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

dsq: 0.14.0 -> 0.15.1
This commit is contained in:
Ryan Mulligan 2022-04-22 06:30:39 -07:00 committed by GitHub
commit a0128ba479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "dsq";
version = "0.14.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "multiprocessio";
repo = "dsq";
rev = version;
hash = "sha256-BhWcl0yMpTi/6+dFk6wX/rMkH1k9m9eVm40iNwZGrJM=";
hash = "sha256-AT5M3o1cvRIZyyA28uX+AI4p9I3SzX3OCdBcIFGKspw=";
};
vendorSha256 = "sha256-mSF2oNdTKAg3iRejKkn24hSCJDM6iOkRMruic73ceX4=";
vendorSha256 = "sha256-yfhLQBmWkG0ZLjI/ArLZkEGvClmZXkl0o7fEu5JqHM8=";
nativeBuildInputs = [ diffutils ];