nixVersions.nix_2_30: 2.30.1 -> 2.30.2

Diff: https://github.com/NixOS/nix/compare/refs/tags/2.30.1...refs/tags/2.30.2
(cherry picked from commit 895a7bd842)
This commit is contained in:
zowoq
2025-07-27 15:08:33 +10:00
committed by Jörg Thalheim
parent b6c2a3059d
commit 371e6f58c1

View File

@@ -210,14 +210,14 @@ lib.makeExtensible (
nix_2_29 = addTests "nix_2_29" self.nixComponents_2_29.nix-everything;
nixComponents_2_30 = nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.30.1";
version = "2.30.2";
inherit (self.nix_2_24.meta) maintainers teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_30";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-4+xPVJBeYLlIn+fOS5F0iq/DclpCXnmh4Y7VzAIr/a8=";
hash = "sha256-U46fAs+j2PfWWqP1zNi1odhnV4030SQ0RoEC8Eah1OQ=";
};
};