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