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

sqlcmd: 1.3.0 -> 1.4.0
This commit is contained in:
maxine 2023-10-09 18:39:55 +02:00 committed by GitHub
commit 47c3f959b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "sqlcmd";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
repo = "go-sqlcmd";
owner = "microsoft";
rev = "v${version}";
sha256 = "sha256-omclEa/URexzzpn5jRw2ivBPxmx6kw+WBIOk4XZASkU=";
sha256 = "sha256-SSt3QOc8eKpcCHxfOuY+eAkH/xiFBUp2bJ9QXP9pq9M=";
};
vendorHash = "sha256-mqyKH6xLfTqKVStEZYqau19U9y/NlqoD0XLeoWHScgM=";
vendorHash = "sha256-ODIDlP0w3t1t7H5jevXkKmFpWVSJFUwmT66LOS+ySI4=";
proxyVendor = true;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];