mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
Merge pull request #90385 from r-ryantm/auto-update/jp
jp: 0.1.2 -> 0.1.3
This commit is contained in:
commit
31fa8b5cb9
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue