nixVersions.nix_2_13: 2.13.3 -> 2.13.5
This commit is contained in:
parent
acbf16d419
commit
bcb02bd1a5
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ in lib.makeExtensible (self: ({
|
||||||
};
|
};
|
||||||
|
|
||||||
nix_2_13 = common {
|
nix_2_13 = common {
|
||||||
version = "2.13.3";
|
version = "2.13.5";
|
||||||
hash = "sha256-jUc2ccTR8f6MGY2pUKgujm+lxSPNGm/ZAP+toX+nMNc=";
|
hash = "sha256-yHZMgMs/6/aQUwfMwmPUQov17JMGS7squLJsjmucnLc=";
|
||||||
patches = [
|
patches = [
|
||||||
patch-fix-aarch64-darwin-static
|
patch-fix-aarch64-darwin-static
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue