nano: 8.3 -> 8.4 (#396737)

Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-07 20:16:34 +00:00
committed by GitHub
co-authored by SigmaSquadron
+2 -2
View File
@@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
pname = "nano";
version = "8.3";
version = "8.4";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-VRtxey4o9+kPdJMjaGobW7vYTPoTkGBNhUo8o3ePER4=";
hash = "sha256-WtKSIrvVViTYfqZ3kosxBqdDEU1sb5tB82yXviqOYo0=";
};
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;