1
0
Fork 1
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:
Ryan Mulligan 2020-06-22 08:34:29 -07:00 committed by GitHub
commit 31fa8b5cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";