about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorfigsoda2022-12-19 20:40:22 -0500
committerGitHub2022-12-19 20:40:22 -0500
commit7af08be3e69be602d4ff4cd44cb22c74b40f293b (patch)
treef7e8deb09cda91c3fc53c28967b7a42017218ee0 /pkgs/applications/misc
parent56480a23a18c3acf5782db2da3ae42c1787618c2 (diff)
parent0c28043e1903844225de33d8a04ae635b78260af (diff)
Merge pull request #206922 from r-ryantm/auto-update/tut
tut: 1.0.25 -> 1.0.26
Diffstat (limited to 'pkgs/applications/misc')
-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 cc2d9624d6fb..b02227b8bae3 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.25";
+  version = "1.0.26";
 
   src = fetchFromGitHub {
     owner = "RasmusLindroth";
     repo = pname;
     rev = version;
-    sha256 = "sha256-wSCT8GaBMBzxtPsspc+kS4mMVayMEBBSzXZB3dQ3Nj8=";
+    sha256 = "sha256-ZSlrPhCArPEVTKX7BbUfKA+hYi7TpmJbGjWmbBUwes0=";
   };
 
-  vendorSha256 = "sha256-dyt7JDHsmbdMccIHVaG6N1lAwcM5xKeYoZ2Giwfkgqc=";
+  vendorSha256 = "sha256-PYVXEPmWgtME3XljJzyGAri/GW19PIkQpscFFRNuVXQ=";
 
   meta = with lib; {
     description = "A TUI for Mastodon with vim inspired keys";