Merge pull request #298494 from r-ryantm/auto-update/bitmagnet
bitmagnet: 0.7.0 -> 0.7.14
This commit is contained in:
commit
39255d5447
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bitmagnet";
|
pname = "bitmagnet";
|
||||||
version = "0.7.0";
|
version = "0.7.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitmagnet-io";
|
owner = "bitmagnet-io";
|
||||||
repo = "bitmagnet";
|
repo = "bitmagnet";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lomTfG6Fo4IywI8VMRvv4mBNRxLCq6IQGIuaR61UwOE=";
|
hash = "sha256-TaxoQdjdHw8h6w6wKBHL/CVxWFK/RG2tJ//MtUEOwfU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-tKU4GoaEwwdbpWjojx+Z/mWxXKjceJPYRg5UTpYzad4=";
|
vendorHash = "sha256-y9RfaAx9AQS117J3+p/Yy8Mn5In1jmZmW4IxKjeV8T8=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue