gotosocial: 0.22.0 -> 0.22.1

This commit is contained in:
winston
2026-07-21 22:45:44 +02:00
parent c548746b28
commit dc5da543ff
+2 -2
View File
@@ -11,13 +11,13 @@
}:
buildGo125Module (finalAttrs: {
pname = "gotosocial";
version = "0.22.0";
version = "0.22.1";
src = fetchFromCodeberg {
owner = "superseriousbusiness";
repo = "gotosocial";
tag = "v${finalAttrs.version}";
hash = "sha256-rslzi9WqPqN/wm9PN6SWdXtLdMRJJV6Hhb3whJ0RicU=";
hash = "sha256-fRMQISOYf0rGcnNBpdlDeYWO0vvVwW0UPXdeT1y0+Ec=";
};
vendorHash = null;