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

sqlcmd: 0.15.3 -> 0.15.4
This commit is contained in:
Weijia Wang 2023-03-29 00:44:01 +03:00 committed by GitHub
commit 7c2c3acea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "sqlcmd";
version = "0.15.3";
version = "0.15.4";
src = fetchFromGitHub {
repo = "go-sqlcmd";
owner = "microsoft";
rev = "v${version}";
sha256 = "sha256-1CdZVh7pbupCNOE1ydgYEqX4rYo2LRddlNRNf0QjlN0=";
sha256 = "sha256-6ofLXGrwkPBXQC+wb3sNqeMsVin5kBD8GyM7Ywu7xDs=";
};
vendorSha256 = "sha256-6JfxKzYAjSQ9JFuFGDUZ0ALS1D7f2LK3bP0Fbl2ivo0=";
vendorHash = "sha256-6JfxKzYAjSQ9JFuFGDUZ0ALS1D7f2LK3bP0Fbl2ivo0=";
proxyVendor = true;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];