Merge pull request #274904 from r-ryantm/auto-update/nix-eval-jobs

nix-eval-jobs: 2.19.0 -> 2.19.2
This commit is contained in:
Jörg Thalheim 2023-12-19 13:06:49 +01:00 committed by GitHub
commit fa5e0f2ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.19.0";
version = "2.19.4";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-5HtkRw7QERr+cvImFnBOXuR7wFk/BH4Nn6HaiEnBrfk=";
hash = "sha256-97ZqhTMqnAr1rzEy96faceWzFyWexnYbH1aTfc1y0JE=";
};
buildInputs = [
boost