sqldef: 0.17.8 -> 0.17.11

This commit is contained in:
R. Ryantm
2024-05-30 21:20:36 +00:00
parent 3852c7ab26
commit 4f52dee12d
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.8";
version = "0.17.11";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-60CN+Z5YZemYwn7eN0VZ/S8kAmQv6DBA1tCAhDLDKe0=";
hash = "sha256-VCx+vrGKr7+rdxcwY9kfn13wSq2eVc3g9xoFlME8JF0=";
};
proxyVendor = true;