dsq: 0.14.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2022-04-21 02:00:54 +00:00
parent c30b0af1bd
commit 7e242b510e

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 ];