Skip to content

Commit

Permalink
Merge pull request #429 from Jovian-Experiments/pnpm-9.12.2
Browse files Browse the repository at this point in the history
decky-loader{,-prerelease}: update pnpm hashes for pnpm 9.12.2
  • Loading branch information
K900 authored Oct 24, 2024
2 parents 82bdda1 + cef4823 commit 899f84d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 899f84d

Please sign in to comment.