xq-xml: 1.2.2 -> 1.2.3
Diff: https://github.com/sibprogrammer/xq/compare/v1.2.2...v1.2.3 Changelog: https://github.com/sibprogrammer/xq/releases/tag/v1.2.3
This commit is contained in:
parent
0d930cd6bb
commit
3c83d32297
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "xq";
|
pname = "xq";
|
||||||
version = "1.2.2";
|
version = "1.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sibprogrammer";
|
owner = "sibprogrammer";
|
||||||
repo = "xq";
|
repo = "xq";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-bhJ8zMZQZn/VzhulkfGOW+uyS8E43TIREAvKIsEPonA=";
|
hash = "sha256-Zg1ARyDXklKBR5WhqRakWT/KcG5796h2MxsBjPCWSjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-iJ1JMvIJqXLkZXuzn2rzKnLbiagTocg/6mJN3Pgd/4w=";
|
vendorHash = "sha256-NNhndc604B0nGnToS7MtQzpn3t3xPl5DlkCafc/EyKE=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
Loading…
Reference in New Issue
Block a user