nil: 2023-08-09 -> 2024-08-06
Diff: https://github.com/oxalica/nil/compare/2023-08-09...2024-08-06 Changelog: https://github.com/oxalica/nil/releases/tag/2024-08-06
This commit is contained in:
parent
3a90e2d5cb
commit
6f9b7b68cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user