mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
stackblur-go: 1.1.0 -> 1.1.1
This commit is contained in:
parent
333f615e67
commit
2bafcb52ef
1 changed files with 2 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue