gokapi: 2.1.0 -> 2.2.3 (#497563)

This commit is contained in:
Michael Daniels 2026-03-07 17:25:12 +00:00 committed by GitHub
commit ba9a4a33c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,18 @@
buildGoModule (finalAttrs: {
pname = "gokapi";
version = "2.1.0";
version = "2.2.3";
src = fetchFromGitHub {
owner = "Forceu";
repo = "Gokapi";
tag = "v${finalAttrs.version}";
hash = "sha256-GEdg79Rl4MqaVIJz9fAVs02hN270SIStq54fvxzL7UU=";
hash = "sha256-v4MgpnKFrxDUOerc7+3N6PjhlZZgGcOHOGwbZi6zpds=";
};
vendorHash = "sha256-gP9bCnRN40y7NWwh3V8dv1yOBqpmzlcp8Bf6IkdjoWU=";
vendorHash = "sha256-oZyZD4kPqgSIaphXRyXVzY+8gYd7kpWAAo1cfiE1ln8=";
proxyVendor = true;
patches = [ ];