sqldef: 0.17.13 -> 0.17.14

This commit is contained in:
R. Ryantm
2024-07-23 02:38:18 +00:00
parent 6f3bb7dca6
commit a9fb147ea7
+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;