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
commit e64a21c9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];