komga: 1.15.1 -> 1.16.0 (#371333)

Co-authored-by: GovanifY <GovanifY@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-06 07:58:46 +00:00
committed by GitHub
co-authored by GovanifY
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.15.1";
version = "1.16.0";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-Gv0AaW3aTjLjNAzC5FJMVfvZyIN23ezPpRk15OYyKKs=";
sha256 = "sha256-6q7ZtTdbH2nIPIm6gNQZz2QxHlbWULsflhWJ0aDMFH4=";
};
nativeBuildInputs = [