about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Landrein <github@j4m3s.eu>2021-11-15 16:07:03 +0100
committerJames Landrein <github@j4m3s.eu>2021-11-15 16:07:03 +0100
commit383cef41ed7fa97078e06c390c2abce0b5673313 (patch)
tree60ce488f009edba6381707417ad2c9dd27af7d46
parentf3278d2bda44216cf60acff1b4d503dca480a9c7 (diff)
tea: 0.7.1 -> 0.8.0
-rw-r--r--pkgs/tools/misc/tea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tea/default.nix b/pkgs/tools/misc/tea/default.nix
index c968b57c60ad2..5ff739c46ba58 100644
--- a/pkgs/tools/misc/tea/default.nix
+++ b/pkgs/tools/misc/tea/default.nix
@@ -2,14 +2,14 @@
 
 buildGoModule rec {
   pname = "tea";
-  version = "0.7.1";
+  version = "0.8.0";
 
   src = fetchFromGitea {
     domain = "gitea.com";
     owner = "gitea";
     repo = "tea";
     rev = "v${version}";
-    sha256 = "sha256-Y/Znj8vVjVt+rs+n8JRQsptq5u17G2D7r98PDxPLyd4=";
+    sha256 = "sha256-LtLel6JfmYr2Zu7g7oBjAqDcl5y7tJL3XGL7gw+kHxU=";
   };
 
   vendorSha256 = null;