nixVersions.nix_2_33: 2.33.2 -> 2.33.3

This commit is contained in:
Bernardo Meurer Costa
2026-02-13 17:38:29 +00:00
parent 6729837d81
commit d5eccb04b6
@@ -206,14 +206,14 @@ lib.makeExtensible (
nixComponents_2_33 =
(nixDependencies.callPackage ./modular/packages.nix rec {
version = "2.33.2";
version = "2.33.3";
inherit (self.nix_2_32.meta) teams;
otherSplices = generateSplicesForNixComponents "nixComponents_2_33";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
tag = version;
hash = "sha256-bjkycwYUs2TS5pYcqlJ2yA2W8gc6iq+Is1kNSY+QPHk=";
hash = "sha256-2Mga4e9ZtOPLwYqF4+hcjdsTImcA7TKUvDDfaF7jqEo=";
};
}).appendPatches
patches_common;