Skip to content

Commit

Permalink
nixVersions.git: 2.25.0pre20240807 -> 2.25.0pre20240910
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and SuperSandro2000 committed Sep 10, 2024
1 parent 4ea33b0 commit 7c746ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ in lib.makeExtensible (self: ({

git = (common rec {
version = "2.25.0";
suffix = "pre20240807_${lib.substring 0 8 src.rev}";
suffix = "pre20240910_${lib.substring 0 8 src.rev}";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "cfe66dbec325d5dcb601b642bd9c149ae1353147";
hash = "sha256-1hqjl4br3MRK1pkzDrhBSxKUhdfQ/P4b5KbLfGua64g=";
rev = "9c0e96884355aab65b1879feeb81c5fea1719ab0";
hash = "sha256-1d0YwZPZ7Ygr22Dw1rBhgPDSlf24dhowKBf6QeyhSKg=";
};
self_attribute_name = "git";
}).override (lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
Expand Down

0 comments on commit 7c746ac

Please sign in to comment.