Commit ca9b6bc0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Yt
Browse files

nixVersions.nix_2_19: 2.19.1 -> 2.19.2

parent 709a9f6f
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -238,11 +238,8 @@ in lib.makeExtensible (self: ({
  };

  nix_2_19 = common {
    version = "2.19.1";
    hash = "sha256-OzAeQwlAF4l0h2uBWGIPvGBYNL6MpBfrdRKwHTRQXl4=";
    patches = [
      patch-rapidcheck-shared
    ];
    version = "2.19.2";
    hash = "sha256-iA8DqS+W2fWTfR+nNJSvMHqQ+4NpYMRT3b+2zS6JTvE=";
  };

  # The minimum Nix version supported by Nixpkgs