Skip to content

Commit

Permalink
gptscript: 0.9.4 -> 0.9.5 (#349993)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 14, 2024
2 parents b8c0b71 + e57d35f commit b7fb730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gp/gptscript/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "gptscript";
version = "0.9.4";
version = "0.9.5";

src = fetchFromGitHub {
owner = "gptscript-ai";
repo = pname;
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;
lib.optionals stdenv.hostPlatform.isDarwin [Security];
Expand Down

0 comments on commit b7fb730

Please sign in to comment.