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

corosync: 3.1.2 -> 3.1.3
This commit is contained in:
Ryan Mulligan 2021-05-25 12:51:41 -07:00 committed by GitHub
commit 9c696dcc67
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.2";
version = "3.1.3";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-eAypUbDeGa3GKF/wJ602dyTW5FlkvjWeCRXT6h0d4zw=";
sha256 = "sha256-UlwF1DmWh52yJ4c9SbpaoVaV/L65r4dQ238M3/+Esps=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];