Skip to content

Commit 4b9f334

Browse files
chore: update sdk pnpmDeps hash
1 parent afb2d3d commit 4b9f334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/assets.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
1010
src = ../assets;
1111
pnpmDeps = pnpm.fetchDeps {
1212
inherit src version pname;
13-
hash = "sha256-nDSltpFQRM9loVuDour4OrRdN22/A7MkZTGAtL0x7rU=";
13+
hash = "sha256-/H3Np/FjxEdU/TwqPPJlpNti2vfyNqUQ2CNIvzlSemA=";
1414
fetcherVersion = 2;
1515
};
1616
nativeBuildInputs = [

nix/typescript/shims.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
1212
pnpmDeps = pnpm.fetchDeps {
1313
inherit src version pname;
1414
#TODO: automatic hash update
15-
hash = "sha256-1cqsNIQnrVAe18FC8D6mnptH+gp4B5+hyGF9lGn0OE0=";
15+
hash = "sha256-Je0nigOKUklS+7iE1R0vwIMe+cDeOZccIXQ7nLeD9Ao=";
1616
fetcherVersion = 2;
1717
};
1818

0 commit comments

Comments
 (0)