Skip to content

Commit

Permalink
Merge pull request #221945 from r-ryantm/auto-update/komga
Browse files Browse the repository at this point in the history
komga: 0.163.0 -> 0.164.0
  • Loading branch information
wegank authored Mar 19, 2023
2 parents b2b1995 + b5825c0 commit afc54d3
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 = "0.163.0";
version = "0.164.0";

src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/v${version}/${pname}-${version}.jar";
sha256 = "sha256-dKbdzfjb+brY++uflVvuF1LaOIaYn1UqIGIjCsyLMv8=";
sha256 = "sha256-p0pBnRn++XblmOS1WdHm5VVYvg0fPz/B3QCepOvBfYk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit afc54d3

Please sign in to comment.