kanboard: 1.2.45 -> 1.2.46 (#420994)

Co-authored-by: yzx9 <gh@yzx9.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-01 02:15:41 +00:00
committed by GitHub
co-authored by yzx9
+2 -2
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;