Merge pull request #319964 from r-ryantm/auto-update/sqlcmd

sqlcmd: 1.6.0 -> 1.7.0
This commit is contained in:
Nick Cao 2024-06-15 09:44:30 -04:00 committed by GitHub
commit 283539f9e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "sqlcmd";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
repo = "go-sqlcmd";
owner = "microsoft";
rev = "v${version}";
sha256 = "sha256-LLRNaY6ArUNoKSWSauCh2RKEGO5+G1OnoCAqMaAfOkY=";
sha256 = "sha256-69vSRwRl6Ep+lBpy31PkDdEV58yEhtqQBeisaih43CU=";
};
vendorHash = "sha256-NVmgAlNQvRj/7poIEWjMyKw2qWMd/HwbdSFHpumnRlo=";
vendorHash = "sha256-boMvZf8+o1JDaxiyttbW/7hcuTN9wAeTUWT89N0FsSU=";
proxyVendor = true;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];