bitmagnet: 0.7.14 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-05-07 00:13:24 +00:00
parent 5aa69d78d8
commit 0914dbea7c
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "bitmagnet";
version = "0.7.14";
version = "0.8.0";
src = fetchFromGitHub {
owner = "bitmagnet-io";
repo = "bitmagnet";
rev = "v${version}";
hash = "sha256-TaxoQdjdHw8h6w6wKBHL/CVxWFK/RG2tJ//MtUEOwfU=";
hash = "sha256-P5GfPRIrwLLMBRgoN6d092HiThMghEj1zcaf6BU+IWU=";
};
vendorHash = "sha256-y9RfaAx9AQS117J3+p/Yy8Mn5In1jmZmW4IxKjeV8T8=";
vendorHash = "sha256-exKQTsyP7LL63WHZ8/WchLh4y0Oj9LC4lxiZTOfWARU=";
ldflags = [ "-s" "-w" ];