nil: 2023-05-02 -> 2023-05-09
Diff: https://github.com/oxalica/nil/compare/2023-05-02...2023-05-09 Changelog: https://github.com/oxalica/nil/releases/tag/2023-05-09
This commit is contained in:
parent
5d74e13d2c
commit
260d6b8c1b
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "nil";
|
||||
version = "2023-05-02";
|
||||
version = "2023-05-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oxalica";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-T6iBqa9+KsVbcjNivRWXi2kXP90S+NJLp2qVah7I1w8=";
|
||||
hash = "sha256-Xg3Cux5wQDatXRvQWsVD0YPfmxfijjG8+gxYqgoT6JE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ehT+i4Khen8fD6OZ6WMzFPtv1D49JyxmGmN0ZPKiOhk=";
|
||||
cargoHash = "sha256-N7flQRIc0CXTuKjy9tVZapu+CXUT4rg66VLLT/vMUoc=";
|
||||
|
||||
CFG_RELEASE = version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue