Unverified Commit 54acbc59 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: nano: 8.4 -> 8.5 (#416220)

parents 6cae4972 d6e28f4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "nano";
  version = "8.4";
  version = "8.5";

  src = fetchurl {
    url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
    hash = "sha256-WtKSIrvVViTYfqZ3kosxBqdDEU1sb5tB82yXviqOYo0=";
    hash = "sha256-AAsBHTOcFBr5ZG1DKI9UMl/1xujTnW5IK3h7vGZUwmo=";
  };

  nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;