komga: 1.23.1 -> 1.23.3

changelog: https://github.com/gotson/komga/releases/tag/1.23.2
changelog: https://github.com/gotson/komga/releases/tag/1.23.3
This commit is contained in:
Chris Moultrie
2025-08-28 08:43:28 -04:00
parent 40d8532c08
commit c579b4f490
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.23.1";
version = "1.23.3";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-yDmkM4ayyAanX3NmjfHZdp6Ya1CAVVOonwfQa2XeGY8=";
sha256 = "sha256-Q52u284BqN6IktMKOAbiwdM77ZOPQrHIzOkExz91Xeo=";
};
nativeBuildInputs = [