gptscript: 0.9.5 -> 0.9.7

This commit is contained in:
R. Ryantm
2025-11-18 07:39:45 +00:00
parent 1dcdb7dcba
commit 3344d89d2f
+3 -3
View File
@@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "gptscript";
version = "0.9.5";
version = "0.9.7";
src = fetchFromGitHub {
owner = "gptscript-ai";
repo = "gptscript";
tag = "v${version}";
hash = "sha256-9wyDcvY5JCjtvx6XtvHwOsZLCiN1fRn0wBGaIaw2iRQ=";
hash = "sha256-eZvNW3VKhqgOOkkIFFHeWXowgxLV/05iQtR0XgH8Ghw=";
};
vendorHash = "sha256-ajglXWGJhSJtcrbSBmxmriXFTT+Vb4xYq0Ec9SYRlQk=";
vendorHash = "sha256-BUOIIXFfd8p8tXH2tNLM897j5CkI2EqNU3V8pojrxFI=";
ldflags = [
"-s"