Merge pull request #201740 from r-ryantm/auto-update/corosync

corosync: 3.1.6 -> 3.1.7
This commit is contained in:
Mario Rodas
2022-11-19 20:43:30 -05:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "corosync";
version = "3.1.6";
version = "3.1.7";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-ym7TK01/M+1hSvzodg/ljQ3pLGi1ddSWnrrNiS89Hic=";
sha256 = "sha256-5lVrOjhZZfITMLk4Pc0XkPKKT3ngk5grQOouwj4KKfo=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];