sqldef: 0.17.25 -> 0.17.27

This commit is contained in:
R. Ryantm
2025-01-14 06:42:09 +00:00
parent 629ab9db28
commit 76bad48f56
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.25";
version = "0.17.27";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-lJZbSAh5wjC51EhXc1v0flxQmBGrAQkpBbYNApxeDMo=";
hash = "sha256-h0WOd3w6G9jmdhKzfD0AtdTzeLZgEPQ9LPlbIsASm34=";
};
proxyVendor = true;