Skip to content

Commit

Permalink
nixVersions.git: 2.24.0pre20240723 -> 2.25.0pre20240807
Browse files Browse the repository at this point in the history
The main goal of the update is to get past the possible upstream fix for
NixOS/nix#11265
  • Loading branch information
trofi committed Aug 8, 2024
1 parent 086a5ea commit 300a461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ in lib.makeExtensible (self: ({
});

git = (common rec {
version = "2.24.0";
suffix = "pre20240723_${lib.substring 0 8 src.rev}";
version = "2.25.0";
suffix = "pre20240807_${lib.substring 0 8 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "fb450de20ec8df558f9f7f167d748acf7cabe151";
hash = "sha256-xjN65yaPGwmly+Fdo6lVHL67+0IG+Cnxv7hNgYgoTGk=";
rev = "cfe66dbec325d5dcb601b642bd9c149ae1353147";
hash = "sha256-1hqjl4br3MRK1pkzDrhBSxKUhdfQ/P4b5KbLfGua64g=";
};
self_attribute_name = "git";
}).override (lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
Expand Down

0 comments on commit 300a461

Please sign in to comment.