nixVersions.nix_2_9: 2.9.0 -> 2.9.1

This commit is contained in:
zowoq 2022-06-08 11:26:26 +10:00
parent a0db9aae9f
commit 54e6551ba4

View file

@ -86,16 +86,8 @@ in lib.makeExtensible (self: {
};
nix_2_9 = common {
version = "2.9.0";
sha256 = "sha256-W6aTsTpCTb+vXQEXDjnKqetOuJmEfSuK2CXvAMqwo74=";
patches = [
# can be removed when updated to 2.9.1
(fetchpatch {
name = "fix-segfault-in-git-fetcher";
url = "https://github.com/NixOS/nix/commit/bc4759345538c89e1f045aaabcc0cafe4ecca12a.patch";
sha256 = "sha256-UrfH4M7a02yfE9X3tA1Pwhw4RacBW+rShYkl7ybG64I=";
})
];
version = "2.9.1";
sha256 = "sha256-qNL3lQPBsnStkru3j1ajN/H+knXI+X3dku8/dBfSw3g=";
};
stable = self.nix_2_9;