sqldef: 0.17.18 -> 0.17.19 (#341827)

This commit is contained in:
Nick Cao 2024-09-15 08:33:46 -04:00 committed by GitHub
commit edc2aa1ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.18";
version = "0.17.19";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-mFQ8E56qlS6UDaXZFsWQBy71Q8DOIMo1Qcmyg1vde5M=";
hash = "sha256-euIP6ev1qc+75MA9vlTZHY7LT03AM8hya+sPWohvCWI=";
};
proxyVendor = true;
vendorHash = "sha256-Bvo+1o4eTJi9zjF/NQ6zBfoAFFlq4egi2nRE8BtaOfM=";
vendorHash = "sha256-+5vfQoTRCbwY/Ydq21VG/xt6CeOWHIup8bxWI/2v24A=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];