sqldef: 3.1.8 -> 3.1.15

This commit is contained in:
R. Ryantm
2025-10-10 09:57:47 +00:00
parent daebeba791
commit 977f7b1ea1

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sqldef";
version = "3.1.8";
version = "3.1.15";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-WPn5vlRpX3EKWXUTY+IBWEURLpz+Ics30kqrqBJ6Bq8=";
hash = "sha256-WwoMneXE4ZTv/Gbzq6+XuOkJ67fSeIwweMkahB1jIdU=";
};
proxyVendor = true;