nixVersions.nix_2_13: 2.13.2 -> 2.13.3

Includes fixes for writable /etc.
This commit is contained in:
Cole Helbling 2023-02-27 09:22:36 -08:00
parent b6aa01b74f
commit aaecc6a7c7

View File

@ -120,8 +120,8 @@ in lib.makeExtensible (self: {
};
nix_2_13 = common {
version = "2.13.2";
sha256 = "sha256-MtVatZVsV+dtjdD4AC4bztrnDFas+WZYHzQMt41FwzU=";
version = "2.13.3";
sha256 = "sha256-jUc2ccTR8f6MGY2pUKgujm+lxSPNGm/ZAP+toX+nMNc=";
};
stable = self.nix_2_13;