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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2_14
unstable
+1 -1
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