gmtk: update from 1.0.8 to 1.0.9b
This commit is contained in:
parent
20d68c20e9
commit
c661352de2
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user