q: 0.12.0 -> 0.13.5
This commit is contained in:
parent
ca012a02bf
commit
7d01fc7f04
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "q";
|
pname = "q";
|
||||||
version = "0.12.0";
|
version = "0.13.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "natesales";
|
owner = "natesales";
|
||||||
repo = "q";
|
repo = "q";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Z62xxmbzouuP0ol0sJxlh3bQr/sysFSqo7Y5b26IJ1g=";
|
sha256 = "sha256-3T72841HoZTjyzebSL7oWWwbvxBMKSX98usCrkZ4QuI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-uWPvUz8H9e/deZ3JmpRBNEG6UXAQa1068fZwQoeiKkc=";
|
vendorHash = "sha256-VjwlNCmq5yAYlQRg+rKsN6EPDeb0FcnK5Y4MzBNO0Kg=";
|
||||||
|
|
||||||
doCheck = false; # tries to resolve DNS
|
doCheck = false; # tries to resolve DNS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue