sqldef: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-10-28 18:11:23 +00:00
parent eb0fea6d3a
commit 8ab83c5e9d
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sqldef";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-8xwkXjF/+/pxumhQwBidv2xkmTy7NLCYG0nzlEq9lyI=";
hash = "sha256-nzWOVB66gASKh3AWoyifjGJ2H17G4RRv51Lqo01p1pw=";
};
proxyVendor = true;