corosync: 3.1.7 -> 3.1.8

This commit is contained in:
R. Ryantm 2023-11-19 03:26:59 +00:00 committed by Jonathan Ringer
parent 766f6aee79
commit 3184225f60

View File

@ -10,11 +10,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "corosync";
version = "3.1.7";
version = "3.1.8";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-5lVrOjhZZfITMLk4Pc0XkPKKT3ngk5grQOouwj4KKfo=";
sha256 = "sha256-cCNUT6O7NsALvKvZk1tyabQdiWc4oQjtMuqbnJsn7D0=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];