about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-12-23 15:48:19 +0700
committerGitHub <noreply@github.com>2021-12-23 15:48:19 +0700
commit41513de1fd8947ef9ad6af465a20b564dc84b6f0 (patch)
tree8332d0fddeb7f8b961e81d061860074463a485b7 /pkgs
parent14dd91f8d10e9878859bfbc004fba537ba0665af (diff)
parentc49815a8e93c126dc1aedff403aeb9d36d578280 (diff)
Merge pull request #151712 from r-ryantm/auto-update/ticker
ticker: 4.3.0 -> 4.4.4
Diffstat (limited to 'pkgs')
-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 f268a9f4ecec2..62a4151010aa9 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.3.0";
+  version = "4.4.4";
 
   src = fetchFromGitHub {
     owner = "achannarasappa";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-DdUXT8xrKd114U+CSwIgl7XczxQZGWVZA3tMU7461xY=";
+    sha256 = "sha256-KICxcfZLBwCo12p5R9wt7Tk440wkUIE7G6lGfWIdxR8=";
   };
 
-  vendorSha256 = "sha256-vTB1RPg1LN44bkWrdGEXR6WRlM/Q2EITUO0yt5ar/zg=";
+  vendorSha256 = "sha256-aPL3npryiCv+SiSyEUNhdPCDmM/hJDMspCbSNy+SuoA=";
 
   ldflags = [
     "-s" "-w" "-X github.com/achannarasappa/ticker/cmd.Version=v${version}"