Unverified Commit 0e68271e authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nixVersions.nix_2_33: 2.33.2 -> 2.33.3 (#490170)

parents 27e7c842 d5eccb04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;