nixVersions.nix_2_26: 2.26.1 -> 2.26.3

This commit is contained in:
Robert Hensing
2025-03-11 12:36:33 +01:00
committed by Jörg Thalheim
parent 56515d0f77
commit 7be664a75c
3 changed files with 4 additions and 4 deletions
@@ -187,7 +187,7 @@ in lib.makeExtensible (self: ({
self_attribute_name = "nix_2_25";
};
nix_2_26 = addTests "nix_2_26" (callPackage ./2_26/componentized.nix { });
nix_2_26 = addTests "nix_2_26" (callPackage ./vendor/2_26/componentized.nix { });
git = common rec {
version = "2.25.0";
+1 -1
View File
@@ -1 +1 @@
2.26.1
2.26.3
+2 -2
View File
@@ -1,6 +1,6 @@
{
"owner": "NixOS",
"repo": "nix",
"rev": "36bd92736faaf81c6af3dff8f560963eb4e76b14",
"hash": "sha256-1T7WRNfUMsiiNB77BuHElzjavguL8oJx+wBtfMcobq8="
"rev": "42fc03dd1f12df2d9152303f3fb8bf22b746462c",
"hash": "sha256-5ZV8YqU8mfFmoAMiUEuBqNwk0T3vUR//x1D12BiYCeY="
}