about summary refs log tree commit diff
path: root/pkgs/applications/misc/tut
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 13:43:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 13:43:06 +0000
commitbb2053b215ab19682fd905f552d4c34f4573b1b0 (patch)
treee15060a9f224966a2fd3469b7cc3384fc7c274d0 /pkgs/applications/misc/tut
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
tut: 0.0.33 -> 0.0.36
Diffstat (limited to 'pkgs/applications/misc/tut')
-rw-r--r--pkgs/applications/misc/tut/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tut/default.nix b/pkgs/applications/misc/tut/default.nix
index 8e84f56c841a7..0d0d1c394e2c3 100644
--- a/pkgs/applications/misc/tut/default.nix
+++ b/pkgs/applications/misc/tut/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "tut";
-  version = "0.0.33";
+  version = "0.0.36";
 
   src = fetchFromGitHub {
     owner = "RasmusLindroth";
     repo = pname;
     rev = version;
-    sha256 = "sha256-8aa3LYLHjodyYradF2NBuZReHTYBf9TvfVCoDs0gAUw=";
+    sha256 = "sha256-Ew/nrsJivq/3/vlZnR1gwhqzQQ9YmrW2LPD7qjmPH4A=";
   };
 
-  vendorSha256 = "sha256-DcMsxqUO9H1q5+njoOuxQ6l8ifSFuS1jdWSvY/5MDm8=";
+  vendorSha256 = "sha256-Q1H/Y2mDTr24JQMoTf8DL3cj5oF9lH0uaJD2g/0Yxko=";
 
   meta = with lib; {
     description = "A TUI for Mastodon with vim inspired keys";