c2fmzq: 0.4.16 -> 0.4.17
This commit is contained in:
parent
01962add7e
commit
60b6d5ff92
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "c2FmZQ";
|
pname = "c2FmZQ";
|
||||||
version = "0.4.16";
|
version = "0.4.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "c2FmZQ";
|
owner = "c2FmZQ";
|
||||||
repo = "c2FmZQ";
|
repo = "c2FmZQ";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-DJvcWUPIEu3zCVIVB/mUBqbOzHwUI+01gMQUdYk4qm4=";
|
hash = "sha256-xjgoE1HlCmSPZ6TQcemI7fNE9wbIrk/WSrz6vlVt66U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
Loading…
Reference in a new issue