Merge pull request #170549 from r-ryantm/auto-update/dsq

dsq: 0.15.1 -> 0.16.0

authored by Ryan Mulligan and committed by GitHub af366332 0972d634

+3 -3
+3 -3
pkgs/tools/misc/dsq/default.nix
··· 14 14 15 15 buildGoModule rec { 16 16 pname = "dsq"; 17 - version = "0.15.1"; 17 + version = "0.16.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "multiprocessio"; 21 21 repo = "dsq"; 22 22 rev = version; 23 - hash = "sha256-AT5M3o1cvRIZyyA28uX+AI4p9I3SzX3OCdBcIFGKspw="; 23 + hash = "sha256-emBLYiNOHYp3XsaY172DDtIdquj3U3U/Q6bogC3rvFQ="; 24 24 }; 25 25 26 - vendorSha256 = "sha256-yfhLQBmWkG0ZLjI/ArLZkEGvClmZXkl0o7fEu5JqHM8="; 26 + vendorSha256 = "sha256-ZZDZ3FWgOpRJB+X1hrlP8Hh1n3l7jUd39H5MDz88wOs="; 27 27 28 28 ldflags = [ "-X" "main.Version=${version}" ]; 29 29