nix-eval-jobs: 2.31.0 -> 2.32.1
Update nix-eval-jobs to 2.32.1 Changelog: https://github.com/nix-community/nix-eval-jobs/releases/tag/v2.32.1
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nix-eval-jobs";
|
pname = "nix-eval-jobs";
|
||||||
version = "2.31.0";
|
version = "2.32.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nix-eval-jobs";
|
repo = "nix-eval-jobs";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-VrHPtHxVIboqgnw+tlCQepgtBOhBvU5hxbMHsPo8LAc=";
|
hash = "sha256-hA+NOH8KDcsuvH7vJqSwk74PyZP3MtvI/l+CggZcnTc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
@@ -14505,7 +14505,7 @@ with pkgs;
|
|||||||
);
|
);
|
||||||
|
|
||||||
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
|
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
|
||||||
nixComponents = nixVersions.nixComponents_2_31;
|
nixComponents = nixVersions.nixComponents_2_32;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;
|
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;
|
||||||
|
|||||||
Reference in New Issue
Block a user