stackblur-go: 1.1.0 -> 1.1.1

This commit is contained in:
Thomas Butter 2026-05-18 10:41:40 +00:00
commit 2bafcb52ef

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"