mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
dsq: 0.12.0 -> 0.13.0
This commit is contained in:
parent
f0848eeb05
commit
4093d69e47
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dsq";
|
pname = "dsq";
|
||||||
version = "0.12.0";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "multiprocessio";
|
owner = "multiprocessio";
|
||||||
repo = "dsq";
|
repo = "dsq";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-AxYqSCdCrhHrN21WGJtg0KIde8VAjj6bF7DzELZptj8=";
|
hash = "sha256-6Rdw/bXIcIoQ/PsVtJKSlwIhCxSlISPmmb2lGbp8vVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-aER7j/DG1WB5DZhvgXYrl19UwQ/lZLPRAptINVJ3rdI=";
|
vendorSha256 = "sha256-hZeI1XqW1lk9F66TVirkpvCZrJb9MO8aS1Sx/R92ddc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ diffutils ];
|
nativeBuildInputs = [ diffutils ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user