bitmagnet: add version to flags

This commit is contained in:
Stanisław Pitucha
2024-05-15 09:06:28 +10:00
committed by GitHub
parent 0914dbea7c
commit 91e23d45c2
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoModule rec {
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 { };