oxalica 2024-08-06 08:55:54 -04:00
parent 3a90e2d5cb
commit 6f9b7b68cf
No known key found for this signature in database
GPG Key ID: D425CB23CADE82D9

View File

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "nil";
version = "2023-08-09";
version = "2024-08-06";
src = fetchFromGitHub {
owner = "oxalica";
repo = pname;
rev = version;
hash = "sha256-fZ8KfBMcIFO/R7xaWtB85SFeuUjb9SCH8fxYBnY8068=";
hash = "sha256-DqsN/VkYVr4M0PVRQKXPPOTaind5miYZURIYqM4MxYM=";
};
cargoHash = "sha256-lyKPmzuZB9rCBI9JxhxlyDtNHLia8FXGnSgV+D/dwgo=";
cargoHash = "sha256-E4wmVunaX5SeBlXaLEpzMZ+IY0YVeJ1NORPo9msHr6M=";
nativeBuildInputs = [
(lib.getBin nixVersions.nix_2_23)
(lib.getBin nixVersions.latest)
];
env.CFG_RELEASE = version;