Skip to content

Commit

Permalink
decky-loader{,-prerelease}: update pnpm hashes for pnpm 9.12.2
Browse files Browse the repository at this point in the history
Waiting for it to land in nixos-unstable before merging
  • Loading branch information
K900 committed Oct 24, 2024
1 parent 9319966 commit cef4823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python3.pkgs.buildPythonPackage rec {
pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-IX7WI0q30Wa54sSpPQu9SarxijS9BQFgo6Lkw12E6GI=";
hash = "sha256-iQjWuD0NhWiGdx6L7sDdHqdHSbkOjqa/0wer1Revvc8=";
};

pyproject = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/decky-loader/prerelease.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ decky-loader.overridePythonAttrs rec {
pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-MoYNX8jyITR26bfFPYRTsWxILw+LUtmAp714Ch0aYJQ=";
hash = "sha256-l4AA3xOdouk08i9n0lWbzeKCTqEkXC0BOsW1uxQMPyo=";
};
}

0 comments on commit cef4823

Please sign in to comment.