mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #179660 from r-ryantm/auto-update/dsq
dsq: 0.20.2 -> 0.21.0
This commit is contained in:
commit
e82ac666d2
@ -15,16 +15,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dsq";
|
pname = "dsq";
|
||||||
version = "0.20.2";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "multiprocessio";
|
owner = "multiprocessio";
|
||||||
repo = "dsq";
|
repo = "dsq";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-dgx1rFdhEtvyH/N3AtQE89ASBoE3CLl+ZFWwWWYe0II=";
|
hash = "sha256-jwJw56Z/Y0vnsybE/FfXXHtz0W0J80Q5rrRRoINbjkM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-bLaBBWChK2RKXd/rX9m9UfHu8zt0j8TOm5S2M02U91A=";
|
vendorSha256 = "sha256-7KQDaDM151OFfTYRPOit4MAmwgEzvLOYFWCjXhVmFT0=";
|
||||||
|
|
||||||
ldflags = [ "-X" "main.Version=${version}" ];
|
ldflags = [ "-X" "main.Version=${version}" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user