nil: 2023-02-03 -> 2023-03-01
Diff: https://github.com/oxalica/nil/compare/2023-02-03...2023-03-01 Changelog: https://github.com/oxalica/nil/releases/tag/2023-03-01
This commit is contained in:
parent
a12fc54f19
commit
3e2cd1b9e6
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "nil";
|
||||
version = "2023-02-03";
|
||||
version = "2023-03-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oxalica";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-d53add4Cuh0ik8YYncdoqqR6irQbnh/X4vg12TQ/FEQ=";
|
||||
hash = "sha256-HGd/TV8ZHVAVBx+ndrxAfS/Nz+VHOQjNWjtKkkgYkqA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-k4hw+kH447uqsCASuaZxRx2xmMkmn9LM5sHYL2AJN9k=";
|
||||
cargoHash = "sha256-A6Go1OYAaoDvQtAcK5BL5Tz00iLPOft0VLH6usWtb9g=";
|
||||
|
||||
CFG_RELEASE = version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue