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

nixVersions.nix_2_34: 2.34.5 -> 2.34.6 (#509233)

parents 9e2ece85 33fa3264
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -197,14 +197,14 @@ lib.makeExtensible (

      nixComponents_2_34 =
        (nixDependencies.callPackage ./modular/packages.nix rec {
          version = "2.34.5";
          version = "2.34.6";
          inherit teams;
          otherSplices = generateSplicesForNixComponents "nixComponents_2_34";
          src = fetchFromGitHub {
            owner = "NixOS";
            repo = "nix";
            tag = version;
            hash = "sha256-/S2bnz+TbRFGmNyR31Hfa70uFvJoMM9wYDjpyEw8I+U=";
            hash = "sha256-kHMyhuzhLtH3f+wAcNvAL62ct2kmwZOp2B54SHkMMo0=";
          };
        }).appendPatches
          patches_common;