corosync: 2.3.4 -> 2.4.1

This commit is contained in:
Tim Steinbach 2016-10-26 20:45:11 -04:00
parent 524d362754
commit da5c654121
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -7,11 +7,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "corosync-2.3.4";
name = "corosync-2.4.1";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${name}.tar.gz";
sha256 = "1m276b060fjghr93hdzfag81whi5ph65dc2ka8ln1igm3kxr7bix";
sha256 = "0w8m97ih7a2g99pmjsckw4xwbgzv96xdgg62s2a4qbgnw4yl637y";
};
buildInputs = [