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

keepalived: 2.3.0 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-06-26 00:45:23 +02:00 committed by GitHub
commit f53bf7be24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "keepalived";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "acassen";
repo = "keepalived";
rev = "v${version}";
sha256 = "sha256-FAmHhMBCG9sezCfp+WvY1klta2BvnGjztQ87arvJTE0=";
sha256 = "sha256-/fO1Lx+QRW42dJ+tkaRNd7y/91YM+1PO/aKC/lXpt1c=";
};
buildInputs = [