gptscript: 0.9.4 -> 0.9.5 (#349993)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-14 01:10:07 +01:00 committed by GitHub
commit b7fb73034a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "gptscript"; pname = "gptscript";
version = "0.9.4"; version = "0.9.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gptscript-ai"; owner = "gptscript-ai";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-s7AKpoIFRcZfAM6K1MMovzOqgXdAWtnnFR3m+84L3rQ="; hash = "sha256-9wyDcvY5JCjtvx6XtvHwOsZLCiN1fRn0wBGaIaw2iRQ=";
}; };
vendorHash = "sha256-Kf/ckUuG+SA8WQN2MKL+Xrz91RGPuA7X2/MjryRXsts="; vendorHash = "sha256-ajglXWGJhSJtcrbSBmxmriXFTT+Vb4xYq0Ec9SYRlQk=";
propagatedBuildInputs = with darwin; propagatedBuildInputs = with darwin;
lib.optionals stdenv.hostPlatform.isDarwin [Security]; lib.optionals stdenv.hostPlatform.isDarwin [Security];