Merge pull request #327940 from Aleksanaa/nix-git

nixVersions.git: pre20240709_142e566a -> pre20240717_464e5925
This commit is contained in:
Robert Hensing 2024-07-18 15:59:55 +02:00 committed by GitHub
commit f8b69469ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,12 +186,12 @@ in lib.makeExtensible (self: ({
git = (common rec {
version = "2.24.0";
suffix = "pre20240709_${lib.substring 0 8 src.rev}";
suffix = "pre20240717_${lib.substring 0 8 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "142e566adbce587a5ed97d1648a26352f0608ec5";
hash = "sha256-fYZGuB/4LOBoMSUNj/yRU1mWm9lhdTzXF0P+zmac0hw=";
rev = "464e5925cb21150e3c94f31224efabd3c1e74237";
hash = "sha256-C9pE0ghVURE3nLZmmgTG6CnGvWQ84g2lcyN7KKGCfN8=";
};
self_attribute_name = "git";
}).override (lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {