nixVersions.nix_2_18: 2.18.0 -> 2.18.1

Diff: https://github.com/NixOS/nix/compare/2.18.0...2.18.1
This commit is contained in:
Artturin 2023-10-03 20:36:54 +03:00
parent ed77460cc1
commit 7f224f59ea

View File

@ -192,8 +192,8 @@ in lib.makeExtensible (self: ({
};
nix_2_18 = common {
version = "2.18.0";
hash = "sha256-ggISAuGpTkKp6JXt1BbcLtLDYOPECWqrVnPVgQEFHYc=";
version = "2.18.1";
hash = "sha256-WNmifcTsN9aG1ONkv+l2BC4sHZZxtNKy0keqBHXXQ7w=";
};
# The minimum Nix version supported by Nixpkgs