about summary refs log tree commit diff
path: root/pkgs/applications/misc/ticker
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-21 05:32:19 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-21 05:32:19 +0000
commitfe2b38354c8f8caf88ccc425c615a348cab04294 (patch)
tree1863108e25aeae9ed226ae77bce6a0cfc3bfa8a5 /pkgs/applications/misc/ticker
parente59a33db58feb4d4c0c58cee6d859a85324110dc (diff)
ticker: 3.0.0 -> 3.1.7
Diffstat (limited to 'pkgs/applications/misc/ticker')
-rw-r--r--pkgs/applications/misc/ticker/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/ticker/default.nix b/pkgs/applications/misc/ticker/default.nix
index f5c35d530e041..97b27d5ff1b3b 100644
--- a/pkgs/applications/misc/ticker/default.nix
+++ b/pkgs/applications/misc/ticker/default.nix
@@ -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;