apcupsd: bump 3.14.11 -> 3.14.12 (latest stable)
Release notes: http://sourceforge.net/p/apcupsd/svn/HEAD/tree/tags/Release-3_14_12/ReleaseNotes
This commit is contained in:
parent
788d9a13fb
commit
694eb12f5f
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apcupsd";
|
||||
name = "${pname}-3.14.11";
|
||||
name = "${pname}-3.14.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
||||
sha256 = "0wrb8vdc872f1x0gw21b5c81h0vxvsc7yks5qzbq2j3hkbl2vixd";
|
||||
sha256 = "0h54ahj65nqrgmdcg81h1gp0zlxg9hwwhg8pmx6z9zcwn4y70kqv";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig utillinux man ] ++ stdenv.lib.optional enableCgiScripts gd;
|
||||
|
Loading…
Reference in New Issue
Block a user