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:
parent
8c88a47ad9
commit
b0cf855f9f
|
@ -106,8 +106,8 @@ in lib.makeExtensible (self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
nix_2_11 = common {
|
nix_2_11 = common {
|
||||||
version = "2.11.0";
|
version = "2.11.1";
|
||||||
sha256 = "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=";
|
sha256 = "sha256-qCV65kw09AG+EkdchDPq7RoeBznX0Q6Qa4yzPqobdOk=";
|
||||||
patches = [
|
patches = [
|
||||||
./patches/flaky-tests.patch
|
./patches/flaky-tests.patch
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
|
Loading…
Reference in a new issue