mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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.mkDerivation rec {
|
||||
name = "keepalived-1.2.18";
|
||||
name = "keepalived-1.2.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://keepalived.org/software/${name}.tar.gz";
|
||||
sha256 = "07l1ywg44zj2s3wn9mh6y7qbcc0cgp6q1q39hnm0c5iv5izakkg5";
|
||||
sha256 = "0lrq963pxhgh74qmxjyy5hvxdfpm4r50v4vsrp559n0w5irsxyrj";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl net_snmp libnl ];
|
||||
|
|
Loading…
Reference in a new issue