Skip to content

Commit

Permalink
kanboard: 1.0.40 -> 1.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 20, 2017
1 parent 8a00d89 commit aea08dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/kanboard/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "kanboard-${version}";
version = "1.0.40";
version = "1.0.44";

src = fetchzip {
url = "https://kanboard.net/kanboard-1.0.40.zip";
sha256 = "1phn3rvngch636g00rhicl0225qk6gdmxqjflkrdchv299zysswd";
url = "https://kanboard.net/${name}.zip";
sha256 = "1cwk9gcwddwbbw6hz2iqmkmy90rwddy79b9vi6fj9cl03zswypgn";
};

dontBuild = true;
Expand Down

0 comments on commit aea08dd

Please sign in to comment.