Skip to content

Commit 918414e

Browse files
komga: 1.21.2 -> 1.21.3 (#407545)
Co-authored-by: tebriel <[email protected]>
2 parents b965e4c + e342786 commit 918414e

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.21.2";
12+
version = "1.21.3";
1313

1414
src = fetchurl {
1515
url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar";
16-
sha256 = "sha256-FYw519VT40PU3fVEb7DBoST2bqhPXcEqquHkGeULQ3k=";
16+
sha256 = "sha256-NFj/C1oNRh9PzAi5TUv+4vVea1Nsn/frxf4aZjuYfvA=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)