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

dsq: 0.20.2 -> 0.21.0
This commit is contained in:
Bobby Rong 2022-06-30 19:28:44 +08:00 committed by GitHub
commit e82ac666d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,16 +15,16 @@
buildGoModule rec {
pname = "dsq";
version = "0.20.2";
version = "0.21.0";
src = fetchFromGitHub {
owner = "multiprocessio";
repo = "dsq";
rev = version;
hash = "sha256-dgx1rFdhEtvyH/N3AtQE89ASBoE3CLl+ZFWwWWYe0II=";
hash = "sha256-jwJw56Z/Y0vnsybE/FfXXHtz0W0J80Q5rrRRoINbjkM=";
};
vendorSha256 = "sha256-bLaBBWChK2RKXd/rX9m9UfHu8zt0j8TOm5S2M02U91A=";
vendorSha256 = "sha256-7KQDaDM151OFfTYRPOit4MAmwgEzvLOYFWCjXhVmFT0=";
ldflags = [ "-X" "main.Version=${version}" ];