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

sqlcmd: 1.2.0 -> 1.2.1
This commit is contained in:
Weijia Wang 2023-07-18 11:04:05 +03:00 committed by GitHub
commit 9c6c274aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "sqlcmd";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
repo = "go-sqlcmd";
owner = "microsoft";
rev = "v${version}";
sha256 = "sha256-nMTC4bOv2Mgmt0GFXoBkbSayJ85i1mS/mcCsP8/x00A=";
sha256 = "sha256-d9XxE+yY3LEsg9JYOFYs9r2ZHaH0+tnEOqNV+5tEiAs=";
};
vendorHash = "sha256-+buoX9etR34p1N2G8+48ZvF6cg/y4uKb89sSIwkoeuY=";