komga: 1.18.0 -> 1.19.0 (#378134)

Co-authored-by: tebriel <tebriel@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-31 15:47:31 +00:00
committed by GitHub
co-authored by tebriel
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.18.0";
version = "1.19.0";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-I0xJfX0f1srIjiitBt5EN6j/pOCvfGUIwxCt5sT2UuY=";
sha256 = "sha256-9klOS9VFKMiOWihJkXdk5/GTW6oRVrmSAKwK7es6IhM=";
};
nativeBuildInputs = [