nix-eval-jobs: 2.17.1 -> 2.18.0

This commit is contained in:
Jörg Thalheim 2023-11-12 14:53:14 +01:00
parent 44cf4801c0
commit acbe538e5b
2 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.17.1";
version = "2.18.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-UIwdw9Lw36GFgm7TFjOBdPHFKhbTSfLLT+4XxB39rh8=";
hash = "sha256-k/yMWbtMHpiNHeR0ihNPV/idOUSRJuhf0RSCodxmOhc=";
};
buildInputs = [
boost

View File

@ -40650,7 +40650,7 @@ with pkgs;
dnadd = callPackage ../tools/nix/dnadd { };
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
nix = nixVersions.nix_2_17;
nix = nixVersions.nix_2_18;
};
nix-doc = callPackage ../tools/package-management/nix-doc { };