mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
GNU Zile 2.4.3.
svn path=/nixpkgs/trunk/; revision=31664
This commit is contained in:
parent
2a6f139c5d
commit
449c5b537d
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zile-2.4.2";
|
||||
name = "zile-2.4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||
sha256 = "0ia91c18fyssnhabfb22npmidjkx32rqfkjgxxjibvdwfja25d3k";
|
||||
sha256 = "0rygkc3i9bngzn49kq9fnrbz80d8pa2yjy8iz7vjlc4ayc2akvc3";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses boehmgc ];
|
||||
|
Loading…
Reference in New Issue
Block a user