babeld: update from 1.4.3 to 1.5.0

This commit is contained in:
Michael Raskin 2014-07-04 21:45:07 +04:00
parent 5aef461e72
commit cb84c4d6a4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "babeld-1.4.3";
name = "babeld-1.5.0";
src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${name}.tar.gz";
sha256 = "18qb0g7pxxgl9j0jwpyzhxk2h8bf26sk5bwmnqxv34a5f6lhzf6h";
sha256 = "0lpm1zras74b71y01fxndrcvfjzb1ny2hh62pjw6idaqpyrp797s";
};
preBuild = ''