stackblur-go: 1.1.0 -> 1.1.1 (#521828)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-29 00:14:32 +00:00
committed by GitHub
+2 -6
View File
@@ -6,21 +6,17 @@
buildGoModule (finalAttrs: {
pname = "stackblur-go";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "esimov";
repo = "stackblur-go";
rev = "v${finalAttrs.version}";
hash = "sha256-y1Fov81mholhz+bLRYl+G7jhzcsFS5TUjQ3SUntD8E0=";
hash = "sha256-PGYMqpk98bGJSZbyYBcZBqaPS3syfYSOymq33C+DxNM=";
};
vendorHash = null;
postInstall = ''
mv $out/bin/cmd $out/bin/stackblur
'';
ldflags = [
"-s"
"-w"