mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
Changes: 00ca2b05...87ab3c0e
This commit is contained in:
parent
17a5c56edb
commit
8b0b8e893f
@ -172,12 +172,12 @@ in lib.makeExtensible (self: ({
|
||||
|
||||
git = common rec {
|
||||
version = "2.23.0";
|
||||
suffix = "pre20240502_${lib.substring 0 8 src.rev}";
|
||||
suffix = "pre20240510_${lib.substring 0 8 src.rev}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
rev = "00ca2b05b8fbbef09be5d1e4820857605d4c31b6";
|
||||
hash = "sha256-trTxWfGElp0rkjquqG5I5RYVoxo8foCflxJFUtHwnOQ=";
|
||||
rev = "87ab3c0ea4e6f85e7b902050365bb75cf2836fbb";
|
||||
hash = "sha256-j/PLYYGs+Gjge4JGYxMjOhWQEp+GB4Fdicetbpmp6n0=";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user