nixVersions.nix_2_9: 2.9.0 -> 2.9.1
This commit is contained in:
@@ -86,16 +86,8 @@ in lib.makeExtensible (self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nix_2_9 = common {
|
nix_2_9 = common {
|
||||||
version = "2.9.0";
|
version = "2.9.1";
|
||||||
sha256 = "sha256-W6aTsTpCTb+vXQEXDjnKqetOuJmEfSuK2CXvAMqwo74=";
|
sha256 = "sha256-qNL3lQPBsnStkru3j1ajN/H+knXI+X3dku8/dBfSw3g=";
|
||||||
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=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
stable = self.nix_2_9;
|
stable = self.nix_2_9;
|
||||||
|
|||||||
Reference in New Issue
Block a user