Skip to content

Commit

Permalink
nano: 8.2 -> 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Dec 23, 2024
1 parent 3dfebe2 commit 8345b3f
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 @@ -32,11 +32,11 @@ let
in
stdenv.mkDerivation rec {
pname = "nano";
version = "8.2";
version = "8.3";

src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-1a0H3YYvrK4DBRxUxlNeVMftdAcxh4P8rRrS1wdv/+s=";
hash = "sha256-VRtxey4o9+kPdJMjaGobW7vYTPoTkGBNhUo8o3ePER4=";
};

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

0 comments on commit 8345b3f

Please sign in to comment.