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

sqldef: 0.17.13 -> 0.17.14
This commit is contained in:
Nick Cao
2024-07-23 11:11:52 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.13";
version = "0.17.14";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-GaVNc1zhc+uZwrtxh8S+eB+0jFZCqW1VNs+lLhYsiJ0=";
hash = "sha256-APitl7BZPmMXmW1e45FE3Z6BaWd8pNeL0QQomQb7wgg=";
};
proxyVendor = true;