Merge pull request #34652 from mbrgm/upgrade-keepalived

keepalived: 1.3.6 -> 1.4.1
This commit is contained in:
Jörg Thalheim 2018-02-09 09:47:44 +00:00 committed by GitHub
commit 9e39a7b4e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "keepalived-${version}";
version = "1.3.6";
version = "1.4.1";
src = fetchFromGitHub {
owner = "acassen";
repo = "keepalived";
rev = "v${version}";
sha256 = "05088vv510dlflzyg8sh8l8qfscnvxl6n6pw9ycp27zhb6r5cr5y";
sha256 = "1d3jnfhj9mpnc27wvgsiz2vr4lnvvccw3v128z16jpyibyv20ph0";
};
buildInputs = [