Skip to content

Commit

Permalink
chore: update nil hash
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 14, 2025
1 parent 301493c commit dce3e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/nil.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-KcHh3RIQFlL40A9v9v3BEfSc5vNG465u/ISA1fR1Cm0=";
};

cargoHash = "sha256-y65sxXjKBb0Y1AW40CbVd+KcKcU1ripP+O45ApXtuLU=";
useFetchCargoVendor = true;
cargoHash = "sha256-Q4wBZtX77v8CjivCtyw4PdRe4OZbW00iLgExusbHbqc=";

nativeBuildInputs = [
(lib.getBin nixVersions.latest)
Expand Down

0 comments on commit dce3e4b

Please sign in to comment.