Skip to content

Commit

Permalink
nano: 2.8.0 -> 2.8.1
Browse files Browse the repository at this point in the history
See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00005.html
for release announcement

(cherry picked from commit 474d112)
  • Loading branch information
lsix authored and LnL7 committed Apr 14, 2017
1 parent b6f8809 commit 9a10e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/nano/default.nix
Expand Up @@ -20,11 +20,11 @@ let

in stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.8.0";
version = "2.8.1";

src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "1hjxr0kgq3q1fcns9y4lj0dbhjf33j3pa2wayrb3p3c8v3sbrh8m";
sha256 = "02vdnv30ms2s53ch5j4ldch5sxwjsg3098zkvwrwhi9k6yxshdg9";
};

nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
Expand Down

0 comments on commit 9a10e5a

Please sign in to comment.