komga: 1.19.1 -> 1.20.0 (#385475)

Co-authored-by: tebriel <tebriel@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-27 15:05:45 +00:00
committed by GitHub
co-authored by tebriel
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.19.1";
version = "1.20.0";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-yFdcYDqatKMFkoBuPNtC/4qWeF+y6kRwhOLS0zGM9pg=";
sha256 = "sha256-FgzhkLEkw0PWI70IXagh240uIkISSe3vVQVZKfJW3bc=";
};
nativeBuildInputs = [