dsq: 0.9.0 -> 0.11.0
This commit is contained in:
parent
72152ff5ad
commit
254aec478e
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dsq";
|
pname = "dsq";
|
||||||
version = "0.9.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "multiprocessio";
|
owner = "multiprocessio";
|
||||||
repo = "dsq";
|
repo = "dsq";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-JzS94kfvgZDz4tIXa4veY3XSFeMDBN61sU8/+5V5y9Y=";
|
hash = "sha256-4g9fu5taFtb7VzVa0X8s6SbEO9qTFD0ff+CVJpr376c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-9Exy2VLxOd4lgwbIOZ6NJ45NABO9a0rLjmZ+Cd7jjLM=";
|
vendorSha256 = "sha256-YPH/uPPNT1byXOtCrNyU68H4mHO8arl6l5hs9WMcxVk=";
|
||||||
|
|
||||||
nativeBuildInputs = [ diffutils ];
|
nativeBuildInputs = [ diffutils ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user