bump nix-eval-jobs version

This commit is contained in:
Jörg Thalheim 2023-01-18 16:44:36 +01:00
parent 205f05ac02
commit cdd53c2782

View file

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