Merge pull request #191392 from r-ryantm/auto-update/komga

komga: 0.157.1 -> 0.157.2
This commit is contained in:
Jonas Heinrich 2022-09-16 13:27:14 +02:00 committed by GitHub
commit f12400216d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation rec {
pname = "komga";
version = "0.157.1";
version = "0.157.2";
src = fetchurl {
url = "https://github.com/gotson/${pname}/releases/download/v${version}/${pname}-${version}.jar";
sha256 = "sha256-EXwMvUVNi2FuN+/6HI+HOxBpbwELhTSyvRtyGNgzSAQ=";
sha256 = "sha256-RN8EoCy/adcb9gwtjSIbQEi27OZJw4KlNAu76kGJrM8=";
};
nativeBuildInputs = [