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

sqldef: 0.17.16 -> 0.17.17
This commit is contained in:
Nick Cao 2024-08-12 14:54:57 -04:00 committed by GitHub
commit b5e261afc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.16";
version = "0.17.17";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-LnkaHVkh/yoONtYEZ7z4QM6NRKuGjTUwT0GFy20neNQ=";
hash = "sha256-J3qFafiMVjnJUa9bsYOxBqe3Hrsc/XDUI4p/GGO9Kmg=";
};
proxyVendor = true;