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

dsq: 0.15.1 -> 0.16.0
This commit is contained in:
Ryan Mulligan
2022-04-28 13:21:28 -07:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@
buildGoModule rec {
pname = "dsq";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "multiprocessio";
repo = "dsq";
rev = version;
hash = "sha256-AT5M3o1cvRIZyyA28uX+AI4p9I3SzX3OCdBcIFGKspw=";
hash = "sha256-emBLYiNOHYp3XsaY172DDtIdquj3U3U/Q6bogC3rvFQ=";
};
vendorSha256 = "sha256-yfhLQBmWkG0ZLjI/ArLZkEGvClmZXkl0o7fEu5JqHM8=";
vendorSha256 = "sha256-ZZDZ3FWgOpRJB+X1hrlP8Hh1n3l7jUd39H5MDz88wOs=";
ldflags = [ "-X" "main.Version=${version}" ];