diod: Update from 1.0.22 to 1.0.23

This commit is contained in:
Rickard Nilsson 2014-09-16 10:49:00 +02:00
parent 56d9f10682
commit 155053bcd9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "diod-${version}";
version = "1.0.22";
version = "1.0.23";
src = fetchurl {
url = "https://github.com/chaos/diod/releases/download/${version}/${name}.tar.gz";
sha256 = "0h92zadbkq4fjhqjzq17cl3x7bdkz2yakpcl0nccv4ml0gwfbx27";
sha256 = "002vxc9fwdwshda4jydxagr63xd6nnhbc6fh73974gi2pvp6gid3";
};
buildInputs = [ munge lua libcap perl ncurses ];