Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

sqlcmd: 1.4.0 -> 1.5.0

authored by Nick Cao and committed by GitHub db567186 cc23a316

+3 -3
+3 -3
pkgs/development/tools/database/sqlcmd/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "sqlcmd"; 11 - version = "1.4.0"; 11 + version = "1.5.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 repo = "go-sqlcmd"; 15 15 owner = "microsoft"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-SSt3QOc8eKpcCHxfOuY+eAkH/xiFBUp2bJ9QXP9pq9M="; 17 + sha256 = "sha256-T7Jfxup3yTh0YhalUO/wxyAT4209BhZkUTbCGZggcJ0="; 18 18 }; 19 19 20 - vendorHash = "sha256-ODIDlP0w3t1t7H5jevXkKmFpWVSJFUwmT66LOS+ySI4="; 20 + vendorHash = "sha256-NYWmTXGxt2ko/puNiY2Z0K6gFZW4IC//iT6xQcqSVsQ="; 21 21 proxyVendor = true; 22 22 23 23 ldflags = [ "-s" "-w" "-X main.version=${version}" ];