We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94d0ac1 + 8345b3f commit 6437a6bCopy full SHA for 6437a6b
pkgs/applications/editors/nano/default.nix
@@ -32,11 +32,11 @@ let
32
in
33
stdenv.mkDerivation rec {
34
pname = "nano";
35
- version = "8.2";
+ version = "8.3";
36
37
src = fetchurl {
38
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
39
- hash = "sha256-1a0H3YYvrK4DBRxUxlNeVMftdAcxh4P8rRrS1wdv/+s=";
+ hash = "sha256-VRtxey4o9+kPdJMjaGobW7vYTPoTkGBNhUo8o3ePER4=";
40
};
41
42
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;
0 commit comments