ticker: 3.0.0 -> 3.1.7

This commit is contained in:
R. RyanTM 2021-02-21 05:32:19 +00:00
parent e59a33db58
commit fe2b38354c

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ticker";
version = "3.0.0";
version = "3.1.7";
src = fetchFromGitHub {
owner = "achannarasappa";
repo = "ticker";
rev = "v${version}";
sha256 = "sha256-k4ahoaEI2HBoEcRQscpitp2tWsiWmSYaErnth99xOqw=";
sha256 = "sha256-OA01GYp6E0zsEwkUUtvpmvl0y/YTXChl0pwIKozB4Qg=";
};
vendorSha256 = "sha256-8Ew+K/uTFoBAhPQwebtjl6bJPiSEE3PaZCYZsQLOMkw=";
vendorSha256 = "sha256-aUBj7ZGWBeWc71y1CWm/KCw+El5TwH29S+KxyZGH1Zo=";
# Tests require internet
doCheck = false;