Commit 0080eea0 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by github-actions[bot]
Browse files

nixVersions.git: 2.23.0pre20240520_b7709d14 -> 2.23.0pre20240526_7de033d6

parent 67a8b308
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -172,12 +172,12 @@ in lib.makeExtensible (self: ({

  git = common rec {
    version = "2.23.0";
    suffix = "pre20240520_${lib.substring 0 8 src.rev}";
    suffix = "pre20240526_${lib.substring 0 8 src.rev}";
    src = fetchFromGitHub {
      owner = "NixOS";
      repo = "nix";
      rev = "b7709d14a5b3a76d1c5b35b48ea3ed2de6c3dc28";
      hash = "sha256-v+M9oeOcfgFXVoXqdpaskTHNA0T3Pr/8IOJtCggh+To=";
      rev = "7de033d63fbcf97aad164e131ae3a85e5dcebce7";
      hash = "sha256-LtsyUsVpr9sM0n1L7MeTw8/6wGtGeXFvKAbPR5lqN8Q=";
    };
  };