unixODBCDrivers.sqlite: 0.9993 -> 0.99991 (#464263)

This commit is contained in:
Fabián Heredia Montiel
2025-12-10 06:15:01 +00:00
committed by GitHub
@@ -113,11 +113,11 @@
sqlite = stdenv.mkDerivation rec {
pname = "sqlite-connector-odbc";
version = "0.9993";
version = "0.99991";
src = fetchurl {
url = "http://www.ch-werner.de/sqliteodbc/sqliteodbc-${version}.tar.gz";
sha256 = "0dgsj28sc7f7aprmdd0n5a1rmcx6pv7170c8dfjl0x1qsjxim6hs";
hash = "sha256-TZStuNPN4fqUoorrDfzHvnMUW8383z1eIlQ02zHcilw=";
};
patches = [
@@ -158,6 +158,7 @@
meta = with lib; {
description = "ODBC driver for SQLite";
homepage = "http://www.ch-werner.de/sqliteodbc";
changelog = "http://www.ch-werner.de/sqliteodbc/html/index.html#changelog";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ vlstill ];