forked from mirrors/nixpkgs
diod: Update from 1.0.22 to 1.0.23
This commit is contained in:
parent
56d9f10682
commit
155053bcd9
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "diod-${version}";
|
name = "diod-${version}";
|
||||||
version = "1.0.22";
|
version = "1.0.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/chaos/diod/releases/download/${version}/${name}.tar.gz";
|
url = "https://github.com/chaos/diod/releases/download/${version}/${name}.tar.gz";
|
||||||
sha256 = "0h92zadbkq4fjhqjzq17cl3x7bdkz2yakpcl0nccv4ml0gwfbx27";
|
sha256 = "002vxc9fwdwshda4jydxagr63xd6nnhbc6fh73974gi2pvp6gid3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ munge lua libcap perl ncurses ];
|
buildInputs = [ munge lua libcap perl ncurses ];
|
||||||
|
|
Loading…
Reference in a new issue