corosync: 3.1.2 -> 3.1.3

This commit is contained in:
R. RyanTM 2021-05-22 09:26:38 +00:00
parent b9b3420feb
commit a31e653403

View file

@ -10,11 +10,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "corosync";
version = "3.1.2";
version = "3.1.3";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-eAypUbDeGa3GKF/wJ602dyTW5FlkvjWeCRXT6h0d4zw=";
sha256 = "sha256-UlwF1DmWh52yJ4c9SbpaoVaV/L65r4dQ238M3/+Esps=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];