Merge pull request #276 from nix-community/joerg-ci

bump to 2.19.0
This commit is contained in:
Jörg Thalheim 2023-12-06 09:56:32 +01:00 committed by GitHub
commit 0f8e80f292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ let
in
stdenv.mkDerivation {
pname = "nix-eval-jobs";
version = "2.18.0";
version = "2.19.0";
src = if srcDir == null then filterMesonBuild ./. else srcDir;
buildInputs = with pkgs; [
nlohmann_json