stfl: 0.22 -> 0.24

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.24 with grep in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
- found 0.24 in filename of file in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24

cc "@lovek323"
This commit is contained in:
Ryan Mulligan 2018-02-27 16:49:17 -08:00 committed by Robin Gloster
parent 55e6c81a26
commit 7620b00481

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ncurses, libiconv }:
stdenv.mkDerivation rec {
name = "stfl-0.22";
name = "stfl-0.24";
src = fetchurl {
url = "http://www.clifford.at/stfl/${name}.tar.gz";
sha256 = "062lqlf3qhp8bcapbpc0k3wym7x6ngncql8jmx5x06p6679szp9d";
sha256 = "1460d5lc780p3q38l3wc9jfr2a7zlyrcra0li65aynj738cam9yl";
};
buildInputs = [ ncurses libiconv ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
DESTDIR=$out prefix=\"\" make install
# some programs rely on libstfl.so.0 to be present, so link it
ln -s $out/lib/libstfl.so.0.22 $out/lib/libstfl.so.0
ln -s $out/lib/libstfl.so.0.24 $out/lib/libstfl.so.0
'';
meta = {