Skip to content

Commit

Permalink
decky-loader: 3.0.4 -> 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Dec 18, 2024
1 parent d29e468 commit cb76297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
6 changes: 3 additions & 3 deletions pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "decky-loader";
version = "3.0.4";
version = "3.0.5";

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

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

pyproject = true;
Expand Down
20 changes: 1 addition & 19 deletions pkgs/decky-loader/prerelease.nix
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
{
decky-loader,
fetchFromGitHub,
pnpm,
}:
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=";
};
}
decky-loader

0 comments on commit cb76297

Please sign in to comment.