Commit b0cf855f authored by zowoq's avatar zowoq
Browse files

nixVersions.nix_2_11: 2.11.0 -> 2.11.1

parent 8c88a47a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -106,8 +106,8 @@ in lib.makeExtensible (self: {
  };

  nix_2_11 = common {
    version = "2.11.0";
    sha256 = "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=";
    version = "2.11.1";
    sha256 = "sha256-qCV65kw09AG+EkdchDPq7RoeBznX0Q6Qa4yzPqobdOk=";
    patches = [
      ./patches/flaky-tests.patch
      (fetchpatch {