We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb2d3d commit 4b9f334Copy full SHA for 4b9f334
nix/assets.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
10
src = ../assets;
11
pnpmDeps = pnpm.fetchDeps {
12
inherit src version pname;
13
- hash = "sha256-nDSltpFQRM9loVuDour4OrRdN22/A7MkZTGAtL0x7rU=";
+ hash = "sha256-/H3Np/FjxEdU/TwqPPJlpNti2vfyNqUQ2CNIvzlSemA=";
14
fetcherVersion = 2;
15
};
16
nativeBuildInputs = [
nix/typescript/shims.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
#TODO: automatic hash update
- hash = "sha256-1cqsNIQnrVAe18FC8D6mnptH+gp4B5+hyGF9lGn0OE0=";
+ hash = "sha256-Je0nigOKUklS+7iE1R0vwIMe+cDeOZccIXQ7nLeD9Ao=";
17
18
0 commit comments