Skip to content

Commit

Permalink
ggt: update pnpm dependency hash
Browse files Browse the repository at this point in the history
The latest release of pnpm (9.12.2) includes a fix that changes the
output hash of dependencies

- NixOS/nixpkgs#349093
- pnpm/pnpm#8625
  • Loading branch information
kira-bruneau committed Oct 26, 2024
1 parent 815d907 commit 4a153b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/gg/ggt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-RtSresp5pywp8GvATS8gDuZzHUlATnCpupMCsKyWk94=";
hash = "sha256-Em/x+FeiofPQQU06o4hWPDfx52uBAQmDNGBLCtHfVjg=";
};

npmBuildScript = "build";
Expand Down

0 comments on commit 4a153b9

Please sign in to comment.