Merge pull request #72913 from markus1189/jo-1-3

jo: 1.2 -> 1.3
This commit is contained in:
Renaud 2019-11-13 00:50:13 +01:00 committed by GitHub
commit cff6c70379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
{stdenv, fetchFromGitHub, autoreconfHook}: {stdenv, fetchFromGitHub, autoreconfHook, pandoc, pkgconfig}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "jo"; pname = "jo";
version = "1.2"; version = "1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jpmens"; owner = "jpmens";
repo = "jo"; repo = "jo";
rev = version; rev = version;
sha256 ="03b22zb5034ccqyp4ynfzknxagb3jz2dppl0kqz2nv4a08aglpmy"; sha256 ="11miqg0i83drwkn66b4333vhfdw62al11dyfgp30alg6pcab3icl";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook pandoc pkgconfig ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A small utility to create JSON objects"; description = "A small utility to create JSON objects";