sqldef: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm
2025-08-19 21:25:33 +00:00
parent c294115036
commit bbbd0b95cb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sqldef";
version = "2.0.8";
version = "2.0.9";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-woPRBrZvTSlNnzhGHqYFO4MJRlIuqXzcSBUzkF88aJw=";
hash = "sha256-9RTmOBFLJIUEpLSqQ7X8ju/+j3ggD7p7KR5EvUvNp5c=";
};
proxyVendor = true;