bump nix-eval-jobs version

This commit is contained in:
Jörg Thalheim
2023-01-22 11:19:24 +01:00
parent 205f05ac02
commit cdd53c2782
+1 -1
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