Skip to content

Commit b06d0d3

Browse files
komga: 1.14.1 -> 1.15.0 (#365590)
2 parents 67b522a + 2a25e48 commit b06d0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ko/komga/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenvNoCC.mkDerivation rec {
1111
pname = "komga";
12-
version = "1.14.1";
12+
version = "1.15.0";
1313

1414
src = fetchurl {
1515
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
16-
sha256 = "sha256-KUNF6TPqr85rm9XOcoaCGtK8VHfevRFgkl+lTfJEdbA=";
16+
sha256 = "sha256-mgPGhBdZ7FyxkVNPJkfFjQ6mJDbQ049PKzacTN6cajk=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)