praat: Update to 5417

Mostly because the old URL didn't work.
This commit is contained in:
Eelco Dolstra 2015-09-01 11:12:36 +02:00
parent 0f78de00b8
commit 7f0c5a2c8f

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, alsaLib, gtk, pkgconfig }:
let version = "5401"; in
let version = "5417"; in
stdenv.mkDerivation {
name = "praat-${version}";
src = fetchurl {
url = "http://www.fon.hum.uva.nl/praat/praat${version}_sources.tar.gz";
sha256 = "1hx0simc0hp5w5scyaiw8h8lrpafra4h1zy1jn1kzb0299yd06n3";
sha256 = "1bspl963pb1s6k3cd9p3g5j518pxg6hkrann945lqsrvbzaa20kl";
};
configurePhase = ''