GNU Zile 2.3.13.
svn path=/nixpkgs/trunk/; revision=18066
This commit is contained in:
parent
45ba16864f
commit
dc673480e6
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, ncurses, help2man }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zile-2.3.12";
|
||||
name = "zile-2.3.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||
sha256 = "0ff9k9vr7sl463yhz0pi875lyaia02yhmb79dlkj356rdq8213nf";
|
||||
sha256 = "13nvrlns4vjngwjwg110r3djmpwq34q22crr4x8wpzf9c0chp8i4";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses help2man ];
|
||||
|
Loading…
Reference in New Issue
Block a user