nixVersions.nix_2_26: fix self_attribute_name and src hash

The `hash` and `self_attribute_name` values have been copied from `nix_2_28` in #393509
This commit is contained in:
Fabian Möller
2025-04-09 13:23:40 +02:00
parent 9c5565c8f0
commit 0acd35f8bf
@@ -178,8 +178,8 @@ lib.makeExtensible (
nix_2_26 = commonMeson {
version = "2.26.3";
hash = "sha256-R+HAPvD+AjiyRHZP/elkvka33G499EKT8ntyF/EPPRI=";
self_attribute_name = "nix_2_28";
hash = "sha256-5ZV8YqU8mfFmoAMiUEuBqNwk0T3vUR//x1D12BiYCeY=";
self_attribute_name = "nix_2_26";
};
nix_2_28 = commonMeson {