gtypist: update from 2.9.3 to 2.9.4

This commit is contained in:
Peter Simons 2014-03-03 11:03:01 +01:00
parent 69a83ba99f
commit 669e3520fd

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses}: {stdenv, fetchurl, ncurses}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gtypist-2.9.3"; name = "gtypist-2.9.4";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/gtypist/gtypist-2.9.3.tar.xz"; url = "mirror://gnu/gtypist/gtypist-2.9.4.tar.xz";
sha256 = "0srwa841caci69hzqb47xfbxxf7fvz3640qka083p72vm8z9hsxw"; sha256 = "18f54lh7ihhfvgwk3xd9d087kmganrgi2jd7avhvwn5gcc31vrqq";
}; };
buildInputs = [ncurses]; buildInputs = [ncurses];