diod: Update from 1.0.21 to 1.0.22
This commit is contained in:
parent
5c9157b329
commit
bf0e265a61
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "diod-${version}";
|
name = "diod-${version}";
|
||||||
version = "1.0.21";
|
version = "1.0.22";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/chaos/diod/archive/${version}.tar.gz";
|
url = "https://github.com/chaos/diod/releases/download/${version}/${name}.tar.gz";
|
||||||
sha256 = "1864i42a4rm3f1q68nc19kcshc0hcf6zfgsdq0ppmmwry4mrvij0";
|
sha256 = "0h92zadbkq4fjhqjzq17cl3x7bdkz2yakpcl0nccv4ml0gwfbx27";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ munge lua5 libcap perl ncurses ];
|
buildInputs = [ munge lua5 libcap perl ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user