nixVersions.nix_2_13: 2.13.5 -> 2.13.6

This commit is contained in:
Cole Mickens 2023-10-19 10:43:42 +02:00
parent dcde7946a9
commit 195a2e5be0
No known key found for this signature in database

View File

@ -164,11 +164,8 @@ in lib.makeExtensible (self: ({
};
nix_2_13 = common {
version = "2.13.5";
hash = "sha256-yHZMgMs/6/aQUwfMwmPUQov17JMGS7squLJsjmucnLc=";
patches = [
patch-fix-aarch64-darwin-static
];
version = "2.13.6";
hash = "sha256-pd2yGmHWn4njfbrSP6cMJx8qL+yeGieqcbLNICzcRFs=";
};
nix_2_14 = common {