Merge pull request #306225 from Mic92/nix-eval-jobs

nix-eval-jobs: 2.19.4 -> 2.21.0
This commit is contained in:
Jörg Thalheim 2024-04-23 12:56:21 +02:00 committed by GitHub
commit 42af289ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.19.4";
version = "2.21.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-97ZqhTMqnAr1rzEy96faceWzFyWexnYbH1aTfc1y0JE=";
hash = "sha256-StJq7Zy+/iVBUAKFzhHWlsirFucZ3gNtzXhAYXAsNnw=";
};
buildInputs = [
boost

View File

@ -39916,7 +39916,7 @@ with pkgs;
dnadd = callPackage ../tools/nix/dnadd { };
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
nix = nixVersions.nix_2_19;
nix = nixVersions.nix_2_21;
};
nix-doc = callPackage ../tools/package-management/nix-doc { };