mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
update to 416
svn path=/nixpkgs/trunk/; revision=10033
This commit is contained in:
parent
306ecab207
commit
e0a14721b1
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "less-394";
|
||||
name = "less-416";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.greenwoodsoftware.com/less/less-394.tar.gz;
|
||||
md5 = "a9f072ccefa0d315b325f3e9cdbd4b97";
|
||||
url = http://www.greenwoodsoftware.com/less/less-416.tar.gz;
|
||||
sha256 = "1nsmnczqqkiir1gi11dzrh1gssn2zmxrzqd692qy92dh86bmfilv";
|
||||
};
|
||||
|
||||
buildInputs = [ncurses];
|
||||
|
|
Loading…
Reference in a new issue