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

keepalived: 2.2.1 -> 2.2.2
This commit is contained in:
Sarah Brofeldt
2021-03-14 19:54:54 +01:00
committed by GitHub

View File

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