guitarix: update from 0.32.3 to 0.33.0

This commit is contained in:
Cillian de Róiste 2015-08-05 10:29:00 +02:00 committed by Cillian de Róiste
parent 5a7f1251fe
commit 642a7ca1d7

View File

@ -11,11 +11,11 @@ in
stdenv.mkDerivation rec {
name = "guitarix-${version}";
version = "0.32.3";
version = "0.33.0";
src = fetchurl {
url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.bz2";
sha256 = "1ybc5jk7fj6n8qh9ajzl1f6fzdmzab4nwjrh4fsylm94dn1jv0if";
sha256 = "1w6dg2n0alfjsx1iy6s53783invygwxk11p1i65cc3nq3zlidcgx";
};
nativeBuildInputs = [ gettext intltool pkgconfig python ];