Skip to content

Commit 760e202

Browse files
committed
flake: update dependency hashes
1 parent 2078f06 commit 760e202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
src = ./.;
4040

4141
# Go dependency hash (should be updated when dependencies are)
42-
vendorHash = "sha256-4kdjyjAvZnKp9Ly5Y4EaVa0iGyIMjrmrc+nagCJA9/A=";
42+
vendorHash = "sha256-oViJGEdep4vk38EwygkUXy51NRdvndJqlXZOxWYCbv4=";
4343

4444
buildInputs = with pkgs; [
4545
outPackages.gomuks-web
@@ -63,7 +63,7 @@
6363
src = ./web;
6464

6565
# Same as the Go dependency hash but for NPM packages
66-
npmDepsHash = "sha256-YUDRdelLnGhT5Yw+uc29AEZPRHZoZjqVZxCXwD2gqAs=";
66+
npmDepsHash = "sha256-tPRgzp6c9zXbHQIEPf4gEKkBWWzQAfUCNAijYPdONpM=";
6767

6868
installPhase = ''
6969
mkdir -p $out/dist

0 commit comments

Comments
 (0)