Merge pull request #109879 from r-ryantm/auto-update/kanboard

kanboard: 1.2.16 -> 1.2.18
This commit is contained in:
Sandro 2021-01-19 14:46:11 +01:00 committed by GitHub
commit 71662c7255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kanboard";
version = "1.2.16";
version = "1.2.18";
src = fetchFromGitHub {
owner = "kanboard";
repo = "kanboard";
rev = "v${version}";
sha256 = "1nps7xcw1gp7kfdp13wyj2sprc8hn5iamdb0xj4202qygpzm63wq";
sha256 = "sha256-raXPRoydd3CfciF7S0cZiuY7EPFKfE8IU3qj2dOztHU=";
};
dontBuild = true;