nix-eval-jobs: 2.24.1 -> 2.25.0

Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.24.1...v2.25.0
This commit is contained in:
zowoq
2024-12-11 16:45:33 +10:00
parent e866043406
commit b2bcb86d1b
2 changed files with 3 additions and 3 deletions
@@ -13,12 +13,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.24.1";
version = "2.25.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-j/p2ftkP8MXYEK7Vx65jH/Knr2QkEcRSVoDnVOUDe6Q=";
hash = "sha256-63i7TgirD3FiJM1z8ZuOOcXWj4ZhgK357NHmf90WNig=";
};
buildInputs = [
boost
+1 -1
View File
@@ -18269,7 +18269,7 @@ with pkgs;
({ inherit pkgs lib; } // attrs);
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
nix = nixVersions.nix_2_24;
nix = nixVersions.nix_2_25;
};
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;