Skip to content

Commit f590825

Browse files
committed
[FIX] nix hash
1 parent 753b6d2 commit f590825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in
6767
pname = manifest.name;
6868
version = manifest.version;
6969
src = source;
70-
hash = "sha256-tPQhuySUKG+IYFleagKSSTx0IDv9RGDFYHlaHoan32s=";
70+
hash = "sha256-2xqSAX9zBqZgkgDP5GoI+JdryQu5kHDoQi4wdDAQntU=";
7171
};
7272

7373
meta = with pkgs.lib; {

0 commit comments

Comments
 (0)