psqlodbc: 17.00.0007 -> 17.00.0008

This commit is contained in:
R. Ryantm
2026-03-11 19:10:46 +00:00
parent 0d2e8a1423
commit 1bc2381ceb
+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 = [