Skip to content

Commit 408bf2b

Browse files
authored
komikku: 1.68.0 -> 1.69.0 (#379150)
2 parents 5c7c7b1 + 50cbb63 commit 408bf2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
python3.pkgs.buildPythonApplication rec {
2525
pname = "komikku";
26-
version = "1.68.0";
26+
version = "1.69.0";
2727
pyproject = false;
2828

2929
src = fetchFromGitea {
3030
domain = "codeberg.org";
3131
owner = "valos";
3232
repo = "Komikku";
3333
rev = "v${version}";
34-
hash = "sha256-pfhGMeXVSgsQApFXXhQA6pzOqhiuDuNzmarOtO0Gm90=";
34+
hash = "sha256-YrqoUU2BYM6AMD5s6FJn8GV+UmyeKV2mFQyfJjLI8HA=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)