Skip to content

Commit

Permalink
nano: 2.5.3 -> 2.6.1 (#16565)
Browse files Browse the repository at this point in the history
This upgrades Nano to the (non-GNU) version 2.6.1.
  • Loading branch information
mdekstrand authored and fpletz committed Jun 30, 2016
1 parent a10ddb5 commit 57ea9af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/nano/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.5.3";
version = "2.6.1";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.gz";
sha256 = "1vhjrcydcfxqq1719vcsvqqnbjbq2523m00dhzag5vwzkc961c5j";
url = "https://nano-editor.org/dist/v2.6/${name}.tar.gz";
sha256 = "56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
buildInputs = [ ncurses ];
Expand Down

0 comments on commit 57ea9af

Please sign in to comment.