Commit 7f224f59 authored by Artturin's avatar Artturin
Browse files

nixVersions.nix_2_18: 2.18.0 -> 2.18.1

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

  nix_2_18 = common {
    version = "2.18.0";
    hash = "sha256-ggISAuGpTkKp6JXt1BbcLtLDYOPECWqrVnPVgQEFHYc=";
    version = "2.18.1";
    hash = "sha256-WNmifcTsN9aG1ONkv+l2BC4sHZZxtNKy0keqBHXXQ7w=";
  };

  # The minimum Nix version supported by Nixpkgs