m17n_db: 1.8.2 -> 1.8.5

This commit is contained in:
R. Ryantm 2023-11-25 22:36:55 +00:00
parent b821ac8070
commit d35bb8a527

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "m17n-db";
version = "1.8.2";
version = "1.8.5";
src = fetchurl {
url = "https://download.savannah.gnu.org/releases/m17n/m17n-db-${version}.tar.gz";
sha256 = "sha256-vHR+J9ct9YoH9DG3JdeuQJIyLbxGEUykBTgoIbK6XGk=";
sha256 = "sha256-to//QiwKKGTuVuLEUXOCEzuYG7S6ObU/R4lc2LHApzY=";
};
nativeBuildInputs = [ gettext ];