about summary refs log tree commit diff
path: root/pkgs/applications/misc/tut
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-07 04:06:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-07 04:06:14 +0000
commit9a566af92d27fa06ef165d3229f45067c2dbbbe5 (patch)
treeccf399d8bacd948d6ba49b8dda65ac3c1c93866d /pkgs/applications/misc/tut
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
tut: 1.0.23 -> 1.0.24
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 1e7c61dca2bc8..b33182dc68a9e 100644
--- a/pkgs/applications/misc/tut/default.nix
+++ b/pkgs/applications/misc/tut/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "tut";
-  version = "1.0.23";
+  version = "1.0.24";
 
   src = fetchFromGitHub {
     owner = "RasmusLindroth";
     repo = pname;
     rev = version;
-    sha256 = "sha256-nFN0F80QZh3SALtG3xe6mH0zbhcLSRtmcHosD6aPvrE=";
+    sha256 = "sha256-UkgZOBNEeeYkcdp8beePrFmFLa7UWGbQ4dynl8QwnK8=";
   };
 
-  vendorSha256 = "sha256-Y5nHADLKCaqHIje7vMS3mAwiGx4tHixBzYZM+iHEZb8=";
+  vendorSha256 = "sha256-af+uO3NEkMt+aZoOa8NWccgtLD0Kggr2ZZwfIxoP3EU=";
 
   meta = with lib; {
     description = "A TUI for Mastodon with vim inspired keys";