nixVersions.nix_2_22: 2.22.2 -> 2.22.3

Diff: https://github.com/NixOS/nix/compare/2.22.2...2.22.3
This commit is contained in:
Emily
2024-07-10 14:28:04 +01:00
committed by Florian Brandes
parent 38f7e25953
commit 5d7259ad10

View File

@@ -173,8 +173,8 @@ in lib.makeExtensible (self: ({
};
nix_2_22 = common {
version = "2.22.2";
hash = "sha256-/ABtOUnfN6od/MtLxO5cJX90Ags/vOBQav6MyhKy4r4=";
version = "2.22.3";
hash = "sha256-l04csH5rTWsK7eXPWVxJBUVRPMZXllFoSkYFTq/i8WU=";
self_attribute_name = "nix_2_22";
};