3
0
Fork 0
forked from mirrors/nixpkgs

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

babeld: 1.8.4 -> 1.8.5
This commit is contained in:
Robin Gloster 2019-08-03 23:28:34 +00:00 committed by GitHub
commit 8a4d48a7b9
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.4";
name = "babeld-1.8.5";
src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${name}.tar.gz";
sha256 = "11wbs1x17lr7jk2578zwy3cdwc6zhxwv97nnp13z14613320s1wq";
sha256 = "1i2v7npl9aykq8d6zhkinqnbdpqx5x910dqkrv30fib0fp19jb90";
};
preBuild = ''