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

kanboard: 1.2.24 -> 1.2.25
This commit is contained in:
Linus Heckemann 2022-11-29 12:27:09 +01:00 committed by GitHub
commit 46eabb1198
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.24";
version = "1.2.25";
src = fetchFromGitHub {
owner = "kanboard";
repo = "kanboard";
rev = "v${version}";
sha256 = "sha256-s//GkCKvppqJ+7x8pNwVEaBsUOCKCGt+wLj9P+3N9hc=";
sha256 = "sha256-yBUvePVbNDLYL1d6cNrLBn6+/p1agVzSx29JB3EZ5Fk=";
};
dontBuild = true;