sqldef: 2.0.7 -> 2.0.8

This commit is contained in:
R. Ryantm 2025-08-11 16:12:55 +00:00
parent af7f652b8d
commit 3040a8157a

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "sqldef";
version = "2.0.7";
version = "2.0.8";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-E/C2BBys5I5mC+tWgHhMNVH2ftvkzUqlrG3vJ3D7Lzg=";
hash = "sha256-woPRBrZvTSlNnzhGHqYFO4MJRlIuqXzcSBUzkF88aJw=";
};
proxyVendor = true;
vendorHash = "sha256-G6krEo6zutcjVhKF7ZYNulUG/lppSfDF2VMUv3g4JMk=";
vendorHash = "sha256-ZPDD7DtsgBW/l8pEO36pocJsjyXhAT5WD3vgJG3IKG4=";
ldflags = [
"-s"