Merge pull request #312916 from r-ryantm/auto-update/sqldef

sqldef: 0.17.8 -> 0.17.11
This commit is contained in:
Weijia Wang
2024-06-02 17:41:30 +02:00
committed by GitHub
+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;