Merge pull request #306669 from r-ryantm/auto-update/extism-cli

extism-cli: 1.2.0 -> 1.3.0
This commit is contained in:
Nick Cao 2024-04-25 10:06:35 -04:00 committed by GitHub
commit 9a4f202101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,18 +7,18 @@
buildGoModule rec {
pname = "extism-cli";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "extism";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-xQtCg1U2wwH2zSWPyIfGLluATi8hYQVWy6lxgD6BDNA=";
hash = "sha256-wHEbTK7bYFOI+I7vQqgku4nkpD87zD7SoU/wpmHqets=";
};
modRoot = "./extism";
vendorHash = "sha256-toDT9zpe/5QOCoPl/DFxdNsQDCkat06T3UHbCY+sW+A=";
vendorHash = "sha256-js8A0AQPpcj1nBNUiSFJ0OlrqDD7AbV/UNHvxBfHG6c=";
nativeBuildInputs = [ installShellFiles ];