Skip to content

Commit

Permalink
decky-loader-prerelease: 3.0.4 -> 3.0.5-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Dec 18, 2024
1 parent 31bdf4c commit d29e468
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pkgs/decky-loader/prerelease.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
decky-loader,
fetchFromGitHub,
pnpm,
}:
decky-loader
decky-loader.overridePythonAttrs rec {
pname = "decky-loader";
version = "3.0.5-pre1";

src = fetchFromGitHub {
owner = "SteamDeckHomebrew";
repo = "decky-loader";
rev = "v${version}";
hash = "sha256-PViSR4q3ZLo0pnrbqzWSOHgYy2QlkKKLWtQcflBIkdU=";
};

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-26p0RoMfuZRVgTnYWdWK2qJwEJXeGWsBkVhp5TQyfGw=";
};
}

0 comments on commit d29e468

Please sign in to comment.