Skip to content

Commit

Permalink
nano: 8.2 -> 8.3 (NixOS#367592)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 25, 2024
2 parents 94d0ac1 + 8345b3f commit 6437a6b
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 6437a6b

Please sign in to comment.