Skip to content

Commit

Permalink
Merge pull request #96181 from lsix/nano-5.2
Browse files Browse the repository at this point in the history
nano: 5.0 -> 5.2
  • Loading branch information
danieldk committed Aug 25, 2020
2 parents 9eeff74 + 5437013 commit 39b5a15
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 @@ -20,11 +20,11 @@ let

in stdenv.mkDerivation rec {
pname = "nano";
version = "5.0";
version = "5.2";

src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "0dmagj4p1llb1a2w0iwdrqbd9cgp0bda4s18vwh6y1ndd6z983bw";
sha256 = "1qd7pn9g5dgzbfg4fb3nqxqgi2iqq0g6x33x8d1mx6mfw51xmhij";
};

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

0 comments on commit 39b5a15

Please sign in to comment.