nix-eval-jobs: 2.25.0 -> 2.26.0 (#393621)

This commit is contained in:
Jörg Thalheim
2025-03-27 10:46:11 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -13,12 +13,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.25.0";
version = "2.26.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-63i7TgirD3FiJM1z8ZuOOcXWj4ZhgK357NHmf90WNig=";
hash = "sha256-Lo4KFBNcY8tmBuCmEr2XV0IUZtxXHmbXPNLkov/QSU0=";
};
buildInputs = [
boost
+1 -1
View File
@@ -17323,7 +17323,7 @@ with pkgs;
({ inherit pkgs lib; } // attrs);
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
nix = nixVersions.nix_2_25;
nix = nixVersions.nix_2_26;
};
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;