help2man: 1.49.1 -> 1.49.2

The main change is added Romanian locale.
This commit is contained in:
Sergei Trofimovich 2022-06-19 08:50:51 +01:00
parent 05f221fbe3
commit 9e84510b81

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "help2man";
version = "1.49.1";
version = "1.49.2";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-/ZmmZOxL6ahqDdiXGZifFPNnqcB5110OHXHhinu1GwM=";
sha256 = "sha256-ni4OITp+CjYkTu1iBNkCtlBGAqV4tuzRUmixRU3q3TY=";
};
strictDeps = true;