Merge pull request #326153 from emilazy/push-zmxoqlstlxyr

nixVersions.nix_{2_19,2_20,2_21,2_22}: update
This commit is contained in:
Robert Hensing 2024-07-11 14:24:22 +02:00 committed by GitHub
commit 717249a062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,26 +155,26 @@ in lib.makeExtensible (self: ({
};
nix_2_19 = common {
version = "2.19.5";
hash = "sha256-n4efeDi8KtLgkAKl5kBQ4svmdxfnRp8KrSZGrlFsr/E=";
version = "2.19.6";
hash = "sha256-XT5xiwOLgXf+TdyOjbJVOl992wu9mBO25WXHoyli/Tk=";
self_attribute_name = "nix_2_19";
};
nix_2_20 = common {
version = "2.20.7";
hash = "sha256-hWElUtAHYbL/LjyW0Vovz9zJLhv5zC6/tDu8uPkbQqY=";
version = "2.20.8";
hash = "sha256-M2tkMtjKi8LDdNLsKi3IvD8oY/i3rtarjMpvhybS3WY=";
self_attribute_name = "nix_2_20";
};
nix_2_21 = common {
version = "2.21.3";
hash = "sha256-oaRT9rGrYKxebZ6aiBFTx2OwcIDQthkzRdeez3EARH4=";
version = "2.21.4";
hash = "sha256-c6nVZ0pSrfhFX3eVKqayS+ioqyAGp3zG9ZPO5rkXFRQ=";
self_attribute_name = "nix_2_21";
};
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";
};