yq-go: 3.1.2 -> 3.2.1
https://github.com/mikefarah/yq/releases/tag/3.2.0 https://github.com/mikefarah/yq/releases/tag/3.2.1
This commit is contained in:
parent
0a8af284e5
commit
bf9beeb1c5
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "yq-go";
|
pname = "yq-go";
|
||||||
version = "3.1.2";
|
version = "3.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mikefarah";
|
owner = "mikefarah";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "yq";
|
repo = "yq";
|
||||||
sha256 = "0gjxmnmphav8ms4zdkcjcsgrjs77ccwdfpc1qpxjp6fr2g4v5vmq";
|
sha256 = "1n20m1zizbkgzag4676fvf16h6f8vll6pniblj7haqdwvnza8zwd";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "035w9bh96rr2x21w7bwwpngyng6839wglpgwf7gy8p6difvnn2v9";
|
modSha256 = "0hbazc6hf3zrni25lpbyi36sbxyabbrpi591gkqwxgr9hdbdpcg9";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Portable command-line YAML processor";
|
description = "Portable command-line YAML processor";
|
||||||
homepage = "https://mikefarah.gitbook.io/yq/";
|
homepage = "https://mikefarah.gitbook.io/yq/";
|
||||||
license = [ licenses.mit ];
|
license = [ licenses.mit ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user