psqlodbc: 17.00.0007 -> 17.00.0008 (#498997)

This commit is contained in:
Maximilian Bosch
2026-03-12 17:04:37 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ assert lib.xor withLibiodbc withUnixODBC;
stdenv.mkDerivation (finalAttrs: {
pname = "psqlodbc";
version = "17.00.0007";
version = "17.00.0008";
src = fetchFromGitHub {
owner = "postgresql-interfaces";
repo = "psqlodbc";
tag = "REL-${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-KlAGA+oNV/jJpcDJNGzsq/n55QKhUwTwhfNJ6QL6Pas=";
hash = "sha256-eYt4RwnYfSHz2nGBW94Gkdt3E+j6eS1Ky2KPol3cLkI=";
};
buildInputs = [