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

nixVersions.nix_2_32: 2.32.1 -> 2.32.2 (#456306)

I'm bypassing the rules due to a persistent GitHub diff-creation error.
parents ee76447d b85e8407
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -180,14 +180,14 @@ lib.makeExtensible (
      nix_2_31 = addTests "nix_2_31" self.nixComponents_2_31.nix-everything;

      nixComponents_2_32 = nixDependencies.callPackage ./modular/packages.nix rec {
        version = "2.32.1";
        version = "2.32.2";
        inherit (self.nix_2_31.meta) maintainers teams;
        otherSplices = generateSplicesForNixComponents "nixComponents_2_32";
        src = fetchFromGitHub {
          owner = "NixOS";
          repo = "nix";
          tag = version;
          hash = "sha256-pApD0gpaklYkgZ9oZCtuAcAcYeUxR9FUOAlOtflZr+Q=";
          hash = "sha256-zO5A57NT5WtSJ73O3uIQdkPoxW+qQfMPhMMPI1UHRjA=";
        };
      };