nixVersions.nix_2_12: 2.12.0 -> 2.12.1

This commit is contained in:
Cole Helbling
2023-02-27 10:44:45 -08:00
parent cf576d3741
commit a2fac4066b

View File

@@ -120,8 +120,8 @@ in lib.makeExtensible (self: {
};
nix_2_12 = common {
version = "2.12.0";
sha256 = "sha256-sQ9C101CL/eVN5JgH91ozHFWU4+bXr8/Fi/8NQk6xRI=";
version = "2.12.1";
sha256 = "sha256-GmHKhq0uFtdOiJnuBwj2YwlZjvh6YTkfQZgeu4e0dLU=";
patches = [
./patches/flaky-tests.patch
];