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:
commit
2e977fda17
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue