nix-eval-jobs: 2.30.0 -> 2.31.0

Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.30.0...v2.31.0
This commit is contained in:
zowoq
2025-09-12 08:26:01 +10:00
parent dfbe6e8be4
commit 405fc61536
2 changed files with 3 additions and 3 deletions
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.30.0";
version = "2.31.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-eval-jobs";
tag = "v${version}";
hash = "sha256-urOFgqXzs+cgd1CKFuN245vOeVx7rIldlS9Q5WcemCw=";
hash = "sha256-VrHPtHxVIboqgnw+tlCQepgtBOhBvU5hxbMHsPo8LAc=";
};
buildInputs = [
+1 -1
View File
@@ -15054,7 +15054,7 @@ with pkgs;
);
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
nixComponents = nixVersions.nixComponents_2_30;
nixComponents = nixVersions.nixComponents_2_31;
};
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;