Skip to content

Commit 66a38d6

Browse files
authored
kanboard: 1.2.42 -> 1.2.43 (#366899)
2 parents 96f7577 + cee4574 commit 66a38d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ka/kanboard/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenvNoCC.mkDerivation (finalAttrs: {
1111
pname = "kanboard";
12-
version = "1.2.42";
12+
version = "1.2.43";
1313

1414
src = fetchFromGitHub {
1515
owner = "kanboard";
1616
repo = "kanboard";
1717
rev = "refs/tags/v${finalAttrs.version}";
18-
hash = "sha256-/Unxl9Vh9pEWjO89sSviGGPFzUwxdb1mbOfpTFTyRL0=";
18+
hash = "sha256-/PFE5h4elHFNbbIssoGMDkhGkEIec2uEMz+vU+DN5D0=";
1919
};
2020

2121
dontBuild = true;

0 commit comments

Comments
 (0)