nix-eval-jobs: 2.29.0 -> 2.30.0
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.29.0...v2.30.0
This commit is contained in:
parent
658c6aabba
commit
6a1bee7a29
@ -13,13 +13,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nix-eval-jobs";
|
||||
version = "2.29.0";
|
||||
version = "2.30.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "nix-eval-jobs";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AJ22q6yWc1hPkqssXMxQqD6QUeJ6hbx52xWHhKsmuP0=";
|
||||
hash = "sha256-urOFgqXzs+cgd1CKFuN245vOeVx7rIldlS9Q5WcemCw=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -16050,7 +16050,7 @@ with pkgs;
|
||||
);
|
||||
|
||||
nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
|
||||
nix = nixVersions.nix_2_29;
|
||||
nix = nixVersions.nix_2_30;
|
||||
};
|
||||
|
||||
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user