corosync: 3.1.3 -> 3.1.4

This commit is contained in:
R. RyanTM 2021-06-08 08:28:08 +00:00 committed by Jonathan Ringer
parent feba2c9b39
commit d66fbb4fe1

View file

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