Skip to content

Commit

Permalink
gollama: 1.27.19 -> 1.28.0 (#363709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 11, 2024
2 parents 8abe81c + bb50811 commit b3a8a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/gollama/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "gollama";
version = "1.27.19";
version = "1.28.0";

src = fetchFromGitHub {
owner = "sammcj";
repo = "gollama";
rev = "refs/tags/v${version}";
hash = "sha256-W+69Jt0mdwLIBHZ8zg3oK8d2DwwvYHtHj1oQUW3vt6M=";
hash = "sha256-nQrd0gpl6fjJ5wzDvDGpI01h7jeGEyB6uuObgoz7Uo8=";
};

vendorHash = "sha256-SYu2ITSZIVtDczBfWJ5pFw4l0mkb3b7YvMzIrEcpOa8=";
vendorHash = "sha256-vIqDYtdz799qm3vp8w293OLx1IoLNr5YjyNqYcvOkI0=";

doCheck = false;

Expand Down

0 comments on commit b3a8a4e

Please sign in to comment.