Skip to content

Commit

Permalink
nano: 5.6 -> 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix committed Mar 3, 2021
1 parent 93ea4e0 commit f563736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/nano/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ let

in stdenv.mkDerivation rec {
pname = "nano";
version = "5.6";
version = "5.6.1";

src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "0ckscf3klm2k1zjvcv8mkza1yp80g7ss56n73790fk83lzj87qgw";
sha256 = "02cbxqizbdlfwnz8dpq4fbzmdi4yk6fv0cragvpa0748w1cp03bn";
};

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

0 comments on commit f563736

Please sign in to comment.