Unverified Commit 48206562 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #324958 from Mic92/nix-2.23

nixVersions.latest: 2.23.1 -> 2.23.2
parents c0acb02a 43a00541
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -177,9 +177,17 @@ in lib.makeExtensible (self: ({
  };

  nix_2_23 = common {
    version = "2.23.1";
    hash = "sha256-US+UsPhFeYoJH0ncjERRtVD1U20JtVtjsG+xhZqr/nY=";
    version = "2.23.2";
    hash = "sha256-NH1G4GGHXU4pnQWI9X/gs7r97GO0i4tJFjoaIxl0FaQ=";
    self_attribute_name = "nix_2_23";
    patches = [
     # fixes regression in nix-prefetch-url
     # https://github.com/NixOS/nix/pull/11052
     (fetchpatch {
       url = "https://github.com/NixOS/nix/commit/73f3179954ef8db5c8774c79272dd1215fe6f5c2.patch";
       sha256 = "sha256-d/rBOONZGxOFRUPltH7z0OSYRqKbS/ZwZl/DaIXygC0=";
     })
    ];
  };

  git = common rec {