Defelo 2025-07-28 14:11:08 +00:00
parent 33a8ce8caa
commit 67b8572515
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -81,13 +81,13 @@ buildGoModule (
{ {
pname = "olivetin"; pname = "olivetin";
version = "2025.7.19"; version = "2025.7.28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OliveTin"; owner = "OliveTin";
repo = "OliveTin"; repo = "OliveTin";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-F1AJ4kbFx+L/t1TSsjbDM761LtA2M9exfjWd9VwRZuE="; hash = "sha256-gh0Nc7h2Z+Nz7TixmHihFAHI0X0Y2ZeA4OMv3jOYlh4=";
}; };
modRoot = "service"; modRoot = "service";