swgp-go: 1.8.0-0-unstable-2026-01-24 -> 1.9.0 (#490374)

This commit is contained in:
Adam C. Stephens
2026-02-14 13:44:52 +00:00
committed by GitHub
+7 -7
View File
@@ -1,23 +1,23 @@
{
buildGoModule,
buildGo126Module,
lib,
fetchFromGitHub,
# doubles the binary size
withPprof ? false,
}:
buildGoModule {
buildGo126Module (finalAttrs: {
pname = "swgp-go";
version = "1.8.0-0-unstable-2026-01-24";
version = "1.9.0";
src = fetchFromGitHub {
owner = "database64128";
repo = "swgp-go";
rev = "12be9c3ac0ea2c39b167cde708192935f7263a76";
hash = "sha256-0W7yioZc86xfjrJKeCAPT4mLWyrQDaBa9QbGjrR/Tpc=";
tag = "v${finalAttrs.version}";
hash = "sha256-GnWcpAXViyO0T9u/AwVPr0SxvohuX+60C8j2kZbyKD0=";
};
vendorHash = "sha256-Ghv5FwSPQSUFQ1t2zWTXpFggCA4/qrQmnVYkYBF8AQ4=";
vendorHash = "sha256-qiFFXL2nFZhsUsAZ98FRS2kF4ROaQUat5Skceh1DWaQ=";
ldflags = [
"-s"
@@ -41,4 +41,4 @@ buildGoModule {
];
mainProgram = "swgp-go";
};
}
})