usql: 0.20.5 -> 0.20.8 (#480142)

This commit is contained in:
Nick Cao
2026-01-15 21:11:09 +00:00
committed by GitHub
+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 = [