Unverified Commit af5dce09 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

nixVersions.nix_2_34: 2.34.1 -> 2.34.2 (#501486)

parents 3cfac7cd 3d045d8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -225,14 +225,14 @@ lib.makeExtensible (

      nixComponents_2_34 =
        (nixDependencies.callPackage ./modular/packages.nix rec {
          version = "2.34.1";
          version = "2.34.2";
          inherit (self.nix_2_33.meta) teams;
          otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
          src = fetchFromGitHub {
            owner = "NixOS";
            repo = "nix";
            tag = version;
            hash = "sha256-qzVtneydMSjNZXzNbxQG9VvJc490keS9RNlbUCfiQas=";
            hash = "sha256-f2GohMEufOqm6Flw+yWxnLF6LXGh6XNTY1abhQosQ0Q=";
          };
        }).appendPatches
          patches_common;