Defelo 2025-11-06 16:32:30 +00:00
parent 079c98f3df
commit 3df17d1cc1
No known key found for this signature in database

View file

@ -86,13 +86,13 @@ buildGoModule (
{ {
pname = "olivetin"; pname = "olivetin";
version = "2025.10.30"; version = "2025.11.06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OliveTin"; owner = "OliveTin";
repo = "OliveTin"; repo = "OliveTin";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-yzgyv/YLHXCU8h+c53qZQoY9dNOJdF0/EBBZJkN8Urc="; hash = "sha256-81AcegFKG5TacKAv9kZgbSOKcAx+ZmK3rqrk3ia/res=";
}; };
modRoot = "service"; modRoot = "service";