Skip to content

Commit

Permalink
Merge pull request NixOS#284561 from r-ryantm/auto-update/komga
Browse files Browse the repository at this point in the history
komga: 1.10.1 -> 1.10.3
  • Loading branch information
h7x4 authored Jan 31, 2024
2 parents 80446e8 + 51d444e commit a90ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/komga/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "1.10.1";
version = "1.10.3";

src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
sha256 = "sha256-fgboHXS5lBvhnAfKUbCmKVjvRp+WF7kuU/VTEgky3VI=";
sha256 = "sha256-t/nwqEVrsBeELJLLtizDI737VnODRsuPfQlnDUBfoKc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a90ecd7

Please sign in to comment.