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

babeld: 1.8.1 -> 1.8.2
This commit is contained in:
Mateusz Kowalczyk 2018-05-18 08:54:06 +09:00 committed by GitHub
commit 50bbc56b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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