otel-desktop-viewer: 0.2.2 -> 0.2.5 (#438394)
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "otel-desktop-viewer";
|
||||
version = "0.2.2";
|
||||
version = "0.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CtrlSpice";
|
||||
repo = "otel-desktop-viewer";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-qvMpebhbg/OnheZIZBoiitGYUUMdTghSwEapblE0DkA=";
|
||||
hash = "sha256-4CFemHoMt5Fxaq66zxzWrGxq4AJuZkm45Gb4t8wseWg=";
|
||||
};
|
||||
|
||||
# NOTE: This project uses Go workspaces, but 'buildGoModule' does not support
|
||||
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
|
||||
#
|
||||
# cf. https://github.com/NixOS/nixpkgs/issues/203039
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-1TH9JQDnvhi+b3LDCAooMKgYhPudM7NCNCc+WXtcv/4=";
|
||||
vendorHash = "sha256-2fPkSWPfEDMYH8E7dTq2AAFrsf3jimH315a8OJOIAII=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
||||
Reference in New Issue
Block a user