3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #35599 from ryantm/auto-update/corosync-2.4.2-to-2.4.3

corosync: 2.4.2 -> 2.4.3
This commit is contained in:
adisbladis 2018-02-26 13:42:23 +08:00 committed by GitHub
commit 2e977fda17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "corosync-2.4.2";
name = "corosync-2.4.3";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${name}.tar.gz";
sha256 = "1aab380mv4ivy5icmwvk7941jbs6ikm21p5ijk7brr4z608k0vpj";
sha256 = "15y5la04qn2lh1gabyifygzpa4dx3ndk5yhmaf7azxyjx0if9rxi";
};
nativeBuildInputs = [ makeWrapper pkgconfig ];