nixVersions.nix_2_33: 2.33.2 -> 2.33.3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user