about summary refs log tree commit diff
path: root/pkgs/applications/misc/ticker
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2021-08-22 18:03:14 +0200
committerGitHub <noreply@github.com>2021-08-22 18:03:14 +0200
commit4f82eb577265994dc2484fd2cea22c6326044438 (patch)
treea11a9a06610c58cbfdfcfb35c9ea09554c0799ca /pkgs/applications/misc/ticker
parente18fd1862a88749e3da74982d2943dc2239f19f6 (diff)
parent6f401698f439c150f53e0a62df1ab2f6410fc1b4 (diff)
Merge pull request #135217 from r-ryantm/auto-update/ticker
ticker: 4.2.0 -> 4.2.1
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 8e70a70423b91..4de28e6a861a7 100644
--- a/pkgs/applications/misc/ticker/default.nix
+++ b/pkgs/applications/misc/ticker/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "ticker";
-  version = "4.2.0";
+  version = "4.2.1";
 
   src = fetchFromGitHub {
     owner = "achannarasappa";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-FavbBGmChWQ3xySPHlw5HisZwVaNe/NaxA6+InN8fL8=";
+    sha256 = "sha256-T9pApuzATohiOUmWa+GBlLrlTNgKNMwtW6fSPO/NS6Y=";
   };
 
-  vendorSha256 = "sha256-XBfTVd3X3IDxLCAaNnijf6E5bw+AZ94UdOG9w7BOdBU=";
+  vendorSha256 = "sha256-vTB1RPg1LN44bkWrdGEXR6WRlM/Q2EITUO0yt5ar/zg=";
 
   ldflags = [
     "-s" "-w" "-X github.com/achannarasappa/ticker/cmd.Version=v${version}"