mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
jp: 0.1.2 -> 0.1.3
This commit is contained in:
parent
0905a5d990
commit
246e6cdd74
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "jp";
|
pname = "jp";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
|
||||||
goPackagePath = "github.com/jmespath/jp";
|
goPackagePath = "github.com/jmespath/jp";
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "jmespath";
|
owner = "jmespath";
|
||||||
repo = "jp";
|
repo = "jp";
|
||||||
sha256 = "1i0jl0c062crigkxqx8zpyqliz8j4d37y95cna33jl777kx42r6h";
|
sha256 = "0fdbnihbd0kq56am3bmh2zrfk4fqjslcbm48malbgmpqw3a5nvpi";
|
||||||
};
|
};
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command line interface to the JMESPath expression language for JSON";
|
description = "A command line interface to the JMESPath expression language for JSON";
|
||||||
|
Loading…
Reference in New Issue
Block a user