Merge pull request #309673 from r-ryantm/auto-update/bitmagnet

bitmagnet: 0.7.14 -> 0.8.0
This commit is contained in:
Stanisław Pitucha 2024-05-15 23:29:45 +10:00 committed by GitHub
commit 46cf5b10ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
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" ];
ldflags = [ "-s" "-w" "-X github.com/bitmagnet-io/bitmagnet/internal/version.GitTag=v${version}" ];
passthru = {
updateScript = nix-update-script { };