Skip to content

Commit

Permalink
fix: fill in cargoHash
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Dec 5, 2024
1 parent 598e5df commit aa70277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pname = "blink-fuzzy-lib";
inherit src version;
useFetchCargoVendor = true;
cargoHash = "";
cargoHash = "sha256-XXI2jEoD6XbFNk3O8B6+aLzl1ZcJq1VinQXb+AOw8Rw=";

passthru.updateScript = pkgs.nix-update-script;
};
Expand Down

0 comments on commit aa70277

Please sign in to comment.