mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
diod: Update from 1.0.22 to 1.0.23
This commit is contained in:
parent
56d9f10682
commit
155053bcd9
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue