nil: 2023-03-01 -> 2023-03-11
Diff: https://github.com/oxalica/nil/compare/2023-03-01...2023-03-11 Changelog: https://github.com/oxalica/nil/releases/tag/2023-03-11
This commit is contained in:
parent
cab32f0f86
commit
92a95461e9
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nil";
|
pname = "nil";
|
||||||
version = "2023-03-01";
|
version = "2023-03-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oxalica";
|
owner = "oxalica";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-HGd/TV8ZHVAVBx+ndrxAfS/Nz+VHOQjNWjtKkkgYkqA=";
|
hash = "sha256-5WEdrN+ABrNOdfQc2k2mf+fj+ZvZR1Dp/PtypEdlFWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-A6Go1OYAaoDvQtAcK5BL5Tz00iLPOft0VLH6usWtb9g=";
|
cargoHash = "sha256-ISkw0lhUKJG8nWUHcR93sLUFt5dDEyK7EORcOXEmVbE=";
|
||||||
|
|
||||||
CFG_RELEASE = version;
|
CFG_RELEASE = version;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user