mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
jp: 0.1.3 -> 0.2.1
This commit is contained in:
parent
9c0dd18492
commit
58eba78b26
@ -1,18 +1,18 @@
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
buildGoModule rec {
|
||||
pname = "jp";
|
||||
version = "0.1.3";
|
||||
rev = version;
|
||||
|
||||
goPackagePath = "github.com/jmespath/jp";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
rev = version;
|
||||
owner = "jmespath";
|
||||
repo = "jp";
|
||||
sha256 = "0fdbnihbd0kq56am3bmh2zrfk4fqjslcbm48malbgmpqw3a5nvpi";
|
||||
hash = "sha256-a3WvLAdUZk+Y+L+opPDMBvdN5x5B6nAi/lL8JHJG/gY=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-K6ZNtART7tcVBH5myV6vKrKWfnwK8yTa6/KK4QLyr00=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command line interface to the JMESPath expression language for JSON";
|
||||
homepage = "https://github.com/jmespath/jp";
|
||||
|
Loading…
Reference in New Issue
Block a user