3
0
Fork 0
forked from mirrors/nixpkgs

corosync: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm 2021-12-11 11:56:06 +00:00
parent 9f329731b5
commit 390ea16609

View file

@ -10,11 +10,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "corosync";
version = "3.1.5";
version = "3.1.6";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-O7o+PtgasrCAcRsu4kEC+7530GCwXUvi2jEAgghPC7w=";
sha256 = "sha256-ym7TK01/M+1hSvzodg/ljQ3pLGi1ddSWnrrNiS89Hic=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];