bump version

This commit is contained in:
Jörg Thalheim 2023-03-10 09:08:07 +01:00
parent 1c9492d4b6
commit 4983b15121
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