Unverified Commit bf1487bb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #243017 from uninsane/pr/komikku-1.22.0

komikku: 1.21.1 -> 1.22.0
parents 46a71b5c 853be697
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "komikku";
  version = "1.21.1";
  version = "1.22.0";

  format = "other";

@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "valos";
    repo = "Komikku";
    rev = "v${version}";
    hash = "sha256-1VqV0tTI8XVwGJhaGWEdSxtWDhQFmrsncvhC4ftJ7Jg=";
    hash = "sha256-6Pqa3qNnH8WF/GK4CLyEmLoPm4A6Q3Gri2x0whf6WTY=";
  };

  nativeBuildInputs = [