linuxConsoleTools: 1.4.9 -> 1.6.0
This commit is contained in:
parent
655db9b266
commit
18c0b54981
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue