Skip to content

Commit 8345b3f

Browse files
committed
1 parent 3dfebe2 commit 8345b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/editors/nano/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ let
3232
in
3333
stdenv.mkDerivation rec {
3434
pname = "nano";
35-
version = "8.2";
35+
version = "8.3";
3636

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

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

0 commit comments

Comments
 (0)