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

dsq: 0.12.0 -> 0.13.0
This commit is contained in:
Ryan Mulligan 2022-04-11 14:13:37 -07:00 committed by GitHub
commit 385450ef63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "dsq";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "multiprocessio";
repo = "dsq";
rev = version;
hash = "sha256-AxYqSCdCrhHrN21WGJtg0KIde8VAjj6bF7DzELZptj8=";
hash = "sha256-6Rdw/bXIcIoQ/PsVtJKSlwIhCxSlISPmmb2lGbp8vVM=";
};
vendorSha256 = "sha256-aER7j/DG1WB5DZhvgXYrl19UwQ/lZLPRAptINVJ3rdI=";
vendorSha256 = "sha256-hZeI1XqW1lk9F66TVirkpvCZrJb9MO8aS1Sx/R92ddc=";
nativeBuildInputs = [ diffutils ];