nixVersions.nix_2_19: 2.19.1 -> 2.19.2

This commit is contained in:
Sandro Jäckel 2023-12-01 01:35:15 +01:00 committed by Yt
parent 709a9f6f06
commit ca9b6bc0a7

View File

@ -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