nixVersions.nix_2_9: 2.9.1 -> 2.9.2

This commit is contained in:
Nick Cao 2022-07-13 00:25:08 +08:00
parent f400021c1e
commit 8404dc74ef
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -87,16 +87,8 @@ in lib.makeExtensible (self: {
};
nix_2_9 = common {
version = "2.9.1";
sha256 = "sha256-qNL3lQPBsnStkru3j1ajN/H+knXI+X3dku8/dBfSw3g=";
patches = [
# add missing --git-dir flags
# remove once 2.9.2 is out
(fetchpatch {
url = "https://github.com/NixOS/nix/commit/1a994cc35b33dcfd484e7a96be0e76e23bfb9029.patch";
sha256 = "sha256-7rDlqWRSVPijbvrTm4P+YykbMWyJryorXqGLEgg8/Wo=";
})
];
version = "2.9.2";
sha256 = "sha256-uZCaBo9rdWRO/AlQMvVVjpAwzYijB2H5KKQqde6eHkg=";
};
stable = self.nix_2_9;