Merge pull request #254687 from r-ryantm/auto-update/sqldef

sqldef: 0.16.4 -> 0.16.7
This commit is contained in:
Weijia Wang 2023-09-12 10:16:04 +02:00 committed by GitHub
commit 9eab8f1253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "sqldef";
version = "0.16.4";
version = "0.16.7";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-HQ6WyeKYRd+pY/P2Bsu7W2eMjgpjUhbwEFE7bADrxDY=";
hash = "sha256-y28dn/LhqQxbszKwOjpiU93oP1tq/H0NL9vonhERLzw=";
};
proxyVendor = true;
vendorHash = "sha256-YdZo2XN+425s0K/3COqQx3g1Bpus4uWiwnzrYJ8qdOM=";
vendorHash = "sha256-ugLjaKCVgVl2jhH/blQ44y/c8hxQpbdlxUC4u+FgMGM=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];