Skip to content

Commit aa70277

Browse files
committed
fix: fill in cargoHash
1 parent 598e5df commit aa70277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
pname = "blink-fuzzy-lib";
3636
inherit src version;
3737
useFetchCargoVendor = true;
38-
cargoHash = "";
38+
cargoHash = "sha256-XXI2jEoD6XbFNk3O8B6+aLzl1ZcJq1VinQXb+AOw8Rw=";
3939

4040
passthru.updateScript = pkgs.nix-update-script;
4141
};

0 commit comments

Comments
 (0)