3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #3045 from nslqqq/master

st: 0.4.1 -> 0.5
This commit is contained in:
Austin Seipp 2014-06-22 19:09:31 -05:00
commit f8d9d0e5bf

View file

@ -4,11 +4,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "st-0.4.1";
name = "st-0.5";
src = fetchurl {
url = "http://dl.suckless.org/st/${name}.tar.gz";
sha256 = "0cdzwbm5fxrwz8ryxkh90d3vwx54wjyywgj28ymsb5fdv3396bzf";
sha256 = "0knxpzaa86pprng6hak8hx8bw22yw22rpz1ffxjpcvqlz3xdv05f";
};
configFile = optionalString (conf!=null) (writeText "config.def.h" conf);