nixVersions.nix_2_17: 2.17 -> 2.17.1

This commit is contained in:
Cole Mickens 2023-10-17 17:18:56 +02:00 committed by Cole Helbling
parent bda90b8650
commit b4612f975b

View File

@ -187,8 +187,8 @@ in lib.makeExtensible (self: ({
};
nix_2_17 = common {
version = "2.17.0";
hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
version = "2.17.1";
hash = "sha256-Q5L+rHzjp0bYuR2ogg+YPCn6isjmlQ4CJVT0zpn/hFc=";
};
nix_2_18 = common {