Merge pull request #115633 from r-ryantm/auto-update/ticker

ticker: 3.1.8 -> 3.1.9
This commit is contained in:
Ryan Mulligan 2021-03-09 21:42:55 -08:00 committed by GitHub
commit 25472c8c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ticker";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "achannarasappa";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U2TYUB4RHUBPoXe/te+QpXglbVcrT6SItiDrA7ODX6w=";
sha256 = "sha256-/OpDcsRIwuj1bvtpPyk1Qc9QZGJMLiOLj8NBfbT7hdo=";
};
vendorSha256 = "sha256-aUBj7ZGWBeWc71y1CWm/KCw+El5TwH29S+KxyZGH1Zo=";