Skip to content

Commit

Permalink
Merge pull request #333183 from trofi/nixVersions.git-update
Browse files Browse the repository at this point in the history
nixVersions.git: 2.24.0pre20240723 -> 2.25.0pre20240807
  • Loading branch information
roberth authored Aug 16, 2024
2 parents 6f8ad7e + 300a461 commit d58a8f4
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 d58a8f4

Please sign in to comment.