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

bump version
This commit is contained in:
Jörg Thalheim 2023-03-10 08:13:15 +00:00 committed by GitHub
commit 96d0086d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2_14
unstable

View file

@ -17,7 +17,7 @@ let
in
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.13.0";
version = "2.14.0";
src = if srcDir == null then filterMesonBuild ./. else srcDir;
buildInputs = [
nlohmann_json