nixVersions.nix_2_30: 2.30.1 -> 2.30.2 (#428772)

This commit is contained in:
John Ericson 2025-07-27 19:40:58 -04:00 committed by GitHub
commit 0933eb736e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,14 +204,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=";
};
};