Merge pull request #309243 from Ma27/bump-nix-git

nixVersions.git: 2.23.0pre20240426_2f678331 -> 2.23.0pre20240502_00ca2b05
This commit is contained in:
Maximilian Bosch 2024-05-05 15:55:06 +00:00 committed by GitHub
commit f52d584791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,12 +172,12 @@ in lib.makeExtensible (self: ({
git = common rec {
version = "2.23.0";
suffix = "pre20240426_${lib.substring 0 8 src.rev}";
suffix = "pre20240502_${lib.substring 0 8 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "2f678331d59451dd6f1d9512cb6d92e4ecb9750f";
hash = "sha256-4AwaLB/gTRgvZG4FmFY6OY52yeLAnj0a6rtJCz7TRXA=";
rev = "00ca2b05b8fbbef09be5d1e4820857605d4c31b6";
hash = "sha256-trTxWfGElp0rkjquqG5I5RYVoxo8foCflxJFUtHwnOQ=";
};
};