Skip to content

Commit 965baed

Browse files
committed
komikku: 1.71.0 -> 1.72.0
1 parent e55dc60 commit 965baed

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.71.0";
26+
version = "1.72.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-Y5mqSXV0a16pZVOgOjIeOrpMh8a53qLRmraLfIhKTVI=";
34+
hash = "sha256-Kdt4nEWdxfZB7rmPbCegbj4abfv1nMSvAAC6mmUcv44=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)