gollama: 1.28.4 -> 1.28.5

This commit is contained in:
R. Ryantm
2025-01-21 08:29:19 +00:00
parent 1371a55a79
commit 5c4a9835ba
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gollama";
version = "1.28.4";
version = "1.28.5";
src = fetchFromGitHub {
owner = "sammcj";
repo = "gollama";
tag = "v${version}";
hash = "sha256-n3GbEPh69mrr5qZ2TVzKv06lkR+zuhH9TtjmusXDHQg=";
hash = "sha256-7wCBflX34prZJl4HhZUU2a2qHxaBs1fMKHpwE0vX1GE=";
};
vendorHash = "sha256-Y5yg54em+vqoWXxS3JVQVPEM+fLXgoblmY+48WpxSCQ=";