gmtk: update from 1.0.8 to 1.0.9b

This commit is contained in:
Pascal Wittmann 2015-01-20 12:55:40 +01:00
parent 20d68c20e9
commit c661352de2

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, intltool, pkgconfig, gtk, GConf, alsaLib }: { stdenv, fetchurl, intltool, pkgconfig, gtk, GConf, alsaLib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gmtk-1.0.8"; name = "gmtk-1.0.9b";
src = fetchurl { src = fetchurl {
url = "http://gmtk.googlecode.com/files/${name}.tar.gz"; url = "http://gmtk.googlecode.com/files/${name}.tar.gz";
sha256 = "034b02nplb2bp01yn4p19345jh3yibhn4lcxznrzcsmsyj2vlzq0"; sha256 = "07y5hd94qhvlk9a9vhrpznqaml013j3rq52r3qxmrj74gg4yf4zc";
}; };
buildInputs = [ intltool pkgconfig gtk GConf alsaLib ]; buildInputs = [ intltool pkgconfig gtk GConf alsaLib ];