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

nixVersions.nix_2_31: 2.31.0 -> 2.31.1 (#439678)

parents 8d11030e e4b834e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -165,14 +165,14 @@ lib.makeExtensible (
      nix_2_30 = addTests "nix_2_30" self.nixComponents_2_30.nix-everything;

      nixComponents_2_31 = nixDependencies.callPackage ./modular/packages.nix rec {
        version = "2.31.0";
        version = "2.31.1";
        inherit (self.nix_2_30.meta) maintainers teams;
        otherSplices = generateSplicesForNixComponents "nixComponents_2_31";
        src = fetchFromGitHub {
          owner = "NixOS";
          repo = "nix";
          tag = version;
          hash = "sha256-5JYyijH2q/uQCDIZCCyQEBsZ0VPNP2SS1wgZ4+qeIWM=";
          hash = "sha256-p7GXuu9OyQ1etTYl5egWIk2Ck7CdpXj80CqkhfE4H0c=";
        };
      };