Merge pull request #188610 from liff/bump-dsq

dsq: 0.21.0 -> 0.22.0
This commit is contained in:
superherointj 2022-08-28 10:48:03 -03:00 committed by GitHub
commit 6418c39bb0
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.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "multiprocessio";
repo = "dsq";
rev = version;
hash = "sha256-jwJw56Z/Y0vnsybE/FfXXHtz0W0J80Q5rrRRoINbjkM=";
rev = "v${version}";
hash = "sha256-aFSal+MDJ7W50ZMgBkkyLaJjJoNeSGubylaRK0tbAzY=";
};
vendorSha256 = "sha256-7KQDaDM151OFfTYRPOit4MAmwgEzvLOYFWCjXhVmFT0=";
vendorSha256 = "sha256-RW6DdMQeuKVP4rFN13Azq+zAx6dVXmdnIA6aDMCygcI=";
ldflags = [ "-X" "main.Version=${version}" ];