Merge pull request #110016 from r-ryantm/auto-update/keepalived

keepalived: 2.1.5 -> 2.2.1
This commit is contained in:
Mario Rodas 2021-02-23 20:52:32 -05:00 committed by GitHub
commit 96eda5ffae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "keepalived"; pname = "keepalived";
version = "2.1.5"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "acassen"; owner = "acassen";
repo = "keepalived"; repo = "keepalived";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zdh3g491mlc0x4g8q09vq62a7pb8n13a39jnfdgrm9k29khn0sj"; sha256 = "sha256-Cupi5arScECKmHCBcC0Cmm/64JhidMyNUB75YmGMJag=";
}; };
buildInputs = [ buildInputs = [