usql: 0.20.5 -> 0.20.8

This commit is contained in:
R. Ryantm
2026-01-14 20:04:00 +00:00
parent ef618a7ad7
commit 16e7e1c4e7
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "usql";
version = "0.20.5";
version = "0.20.8";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
tag = "v${version}";
hash = "sha256-rMjUT4YBSI16L7bxLIs8hs0A+yQwEX3ZWm1Yym5w2jE=";
hash = "sha256-oaimplnmNpr3nMGNmiXmE9L03SfifjfncI9ZPiJg6JI=";
};
buildInputs = [