Skip to content

Commit f28db76

Browse files
committed
fix: hash for package from ci
1 parent 614930e commit f28db76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pkgs.buildNpmPackage {
2626
version = manifest.version;
2727

2828
src = ./.;
29-
npmDepsHash = "sha256-2yUwDpQgUb2NYH1QSDrEBwqvTBWtD9zKpMzTmw+lYrY=";
29+
npmDepsHash = "sha256-oE+ptTfvQInlwp0LLDwU32Ot5qQA7trFNNUs5QBJNsk=";
3030

3131
installPhase = ''
3232
# Create output directory

0 commit comments

Comments
 (0)