Merge pull request #47850 from r-ryantm/auto-update/babeld

babeld: 1.8.2 -> 1.8.3
This commit is contained in:
Jörg Thalheim
2018-10-04 20:17:14 +01:00
committed by GitHub

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "babeld-1.8.2";
name = "babeld-1.8.3";
src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${name}.tar.gz";
sha256 = "1p751zb7h75f8w7jz37432dj610f432jnj37lxhmav9q6aqyrv87";
sha256 = "1gb6fcvi1cyl05sr9zhhasqlcbi927sbc2dns1jbnyz029lcb31n";
};
preBuild = ''