Merge pull request #120815 from r-ryantm/auto-update/kooha

kooha: 1.1.1 -> 1.1.2
This commit is contained in:
Ryan Mulligan 2021-04-28 17:38:08 -07:00 committed by GitHub
commit cd1ac15f9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "kooha";
version = "1.1.1";
version = "1.1.2";
format = "other";
src = fetchFromGitHub {
owner = "SeaDve";
repo = "Kooha";
rev = "v${version}";
sha256 = "05515xccs6y3wy28a6lkyn2jgi0fli53548l8qs73li8mdbxzd4c";
sha256 = "0jr55b39py9c8dc9rihn7ffx2yh71qqdk6pfn3c2ciiajjs74l17";
};
buildInputs = [