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

babeld: 1.9.0 -> 1.9.1
This commit is contained in:
Mateusz Kowalczyk 2019-10-05 08:42:15 +09:00 committed by GitHub
commit 6b899cf083
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.9.0";
name = "babeld-1.9.1";
src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${name}.tar.gz";
sha256 = "0g7nhvd0hhb3jxdzpbqdxnb68375vm6apj2wslkxb70ip6rkk2hj";
sha256 = "1d503igqv9s5pgrhvxp1czjy2xfsjhagyyh2iny7g4cjvl0kq6qy";
};
preBuild = ''