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

kanboard: 1.2.23 -> 1.2.24
This commit is contained in:
Mario Rodas
2022-10-14 20:37:46 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kanboard";
version = "1.2.23";
version = "1.2.24";
src = fetchFromGitHub {
owner = "kanboard";
repo = "kanboard";
rev = "v${version}";
sha256 = "sha256-Sr20WAJLKy/vaCw76abq8qoKWZbuVgqjlCTZom/puPU=";
sha256 = "sha256-s//GkCKvppqJ+7x8pNwVEaBsUOCKCGt+wLj9P+3N9hc=";
};
dontBuild = true;