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

extism-cli: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2024-03-12 15:09:10 -04:00 committed by GitHub
commit d2d990a319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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