about summary refs log tree commit diff
path: root/pkgs/development/tools/extism-cli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/extism-cli/default.nix')
-rw-r--r--pkgs/development/tools/extism-cli/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/extism-cli/default.nix b/pkgs/development/tools/extism-cli/default.nix
index f683338c69ab3..8ac2f2499fb9e 100644
--- a/pkgs/development/tools/extism-cli/default.nix
+++ b/pkgs/development/tools/extism-cli/default.nix
@@ -7,21 +7,21 @@
 
 buildGoModule rec {
   pname = "extism-cli";
-  version = "1.2.0";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "extism";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xQtCg1U2wwH2zSWPyIfGLluATi8hYQVWy6lxgD6BDNA=";
+    hash = "sha256-t0SbjTuM298Cka2zhavR6bOGDriz2XUGcfAy25se7M4=";
   };
 
-  modRoot = "./extism";
-
-  vendorHash = "sha256-toDT9zpe/5QOCoPl/DFxdNsQDCkat06T3UHbCY+sW+A=";
+  vendorHash = "sha256-5QSZDPRMlLVyOQGCSxNC5BBiuegschkHA0sWvOVAODI=";
 
   nativeBuildInputs = [ installShellFiles ];
 
+  subPackages = [ "./extism" ];
+
   doCheck = false; # Tests require network access
 
   postInstall = ''