Skip to content

Commit

Permalink
update: rename cargoSha to cargoHash (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretVal authored Sep 2, 2024
1 parent dbe5680 commit 52f24b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/rust/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages = {
default = buildRustPackage {
inherit version;
cargoSha256 = "sha256-OiAQhlQDTRqMELTO1ZUEvM5cNibghqJjfYrGL/nTVcc=";
cargoHash = "sha256-OiAQhlQDTRqMELTO1ZUEvM5cNibghqJjfYrGL/nTVcc=";
pname = name;
src = ./.;
};
Expand Down

0 comments on commit 52f24b5

Please sign in to comment.