linuxConsoleTools: 1.4.9 -> 1.6.0

This commit is contained in:
Pascal Wittmann 2017-01-09 22:08:30 +01:00
parent 655db9b266
commit 18c0b54981
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "linuxconsoletools-${version}";
version = "1.4.9";
version = "1.6.0";
src = fetchurl {
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
sha256 = "0rwv2fxn12bblp096m9jy1lhngz26lv6g6zs4cgfg4frikwn977s";
sha256 = "0il1m8pgw8f6b8qid035ixamv0w5fgh9pinx5vw4ayxn03nyzlnf";
};
buildInputs = [ SDL ];