kanboard: 1.2.45 -> 1.2.46

This commit is contained in:
R. Ryantm 2025-06-29 13:38:28 +00:00
parent ed341aab4f
commit 0bd9644980

View File

@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "kanboard";
version = "1.2.45";
version = "1.2.46";
src = fetchFromGitHub {
owner = "kanboard";
repo = "kanboard";
tag = "v${finalAttrs.version}";
hash = "sha256-MGQ+FJcdRx4VZppLnoB9lCC1eIoetbToyvBsWRBRSu4=";
hash = "sha256-IYnlBNa4f+ZpOttQHlIZi8wsZYJuB/kWWLwhQK8vdQY=";
};
dontBuild = true;