Unverified Commit ca1f2261 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

nixVersions.latest: 2.25 -> 2.26 (#388965)

parents 14f4134d a09345e0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  rustPlatform,
  fetchFromGitHub,
  nixVersions,
  nix,
  nix-update-script,
}:

@@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
  useFetchCargoVendor = true;
  cargoHash = "sha256-7TR/xTc66WpPszJDrpisVvHXl2+FGrUOskZAkGyY04Q=";

  nativeBuildInputs = [
    (lib.getBin nixVersions.latest)
  ];
  nativeBuildInputs = [ nix ];

  env.CFG_RELEASE = version;

+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ in lib.makeExtensible (self: ({
    self_attribute_name = "git";
  };

  latest = self.nix_2_25;
  latest = self.nix_2_26;

  # The minimum Nix version supported by Nixpkgs
  # Note that some functionality *might* have been backported into this Nix version,