mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
kanboard: 1.0.40 -> 1.0.44
This commit is contained in:
parent
8a00d89618
commit
aea08dd53e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue