komga: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm
2026-03-26 13:52:57 +00:00
parent 085868b4df
commit f2d3d6ce3d
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.24.1";
version = "1.24.2";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-rxhsE+rFF2zv1rzpNiKsayTUs6qc0F9C9sonEZ2BsiA=";
sha256 = "sha256-6qVWoEo/s8GEq7vOF0qyDGAQztRVFp/Ygx0hXRP895M=";
};
nativeBuildInputs = [