keepalived: 1.2.18 -> 1.2.19
This commit is contained in:
parent
58a45a4459
commit
85639b94c4
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, net_snmp, libnl }:
|
{ stdenv, fetchurl, openssl, net_snmp, libnl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "keepalived-1.2.18";
|
name = "keepalived-1.2.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://keepalived.org/software/${name}.tar.gz";
|
url = "http://keepalived.org/software/${name}.tar.gz";
|
||||||
sha256 = "07l1ywg44zj2s3wn9mh6y7qbcc0cgp6q1q39hnm0c5iv5izakkg5";
|
sha256 = "0lrq963pxhgh74qmxjyy5hvxdfpm4r50v4vsrp559n0w5irsxyrj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl net_snmp libnl ];
|
buildInputs = [ openssl net_snmp libnl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user