stackblur-go: 1.1.0 -> 1.1.1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user