jp: 0.1.2 -> 0.1.3

This commit is contained in:
R. RyanTM 2020-06-14 18:12:39 +00:00
parent 0905a5d990
commit 246e6cdd74

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "jp";
version = "0.1.2";
version = "0.1.3";
rev = version;
goPackagePath = "github.com/jmespath/jp";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "jmespath";
repo = "jp";
sha256 = "1i0jl0c062crigkxqx8zpyqliz8j4d37y95cna33jl777kx42r6h";
sha256 = "0fdbnihbd0kq56am3bmh2zrfk4fqjslcbm48malbgmpqw3a5nvpi";
};
meta = with stdenv.lib; {
description = "A command line interface to the JMESPath expression language for JSON";