3
0
Fork 0
forked from mirrors/nixpkgs

nixVersions.nix_2_11: 2.11.0 -> 2.11.1

https://github.com/NixOS/nix/compare/2.11.0...2.11.1
This commit is contained in:
zowoq 2022-12-01 08:41:16 +10:00
parent 8c88a47ad9
commit b0cf855f9f

View file

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