summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-26 00:47:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-26 00:47:33 +0000
commitf1da0f9c8468a46f143e9652bbaa29f68e5745a8 (patch)
treed897d963f2f040af80c766cb5c2db0759223d2d8
parentc2e1d345cbfed2e3e7539f95e67ab6a634bf07b5 (diff)
downloadnixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar.gz
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar.bz2
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar.lz
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar.xz
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.tar.zst
nixpkgs-f1da0f9c8468a46f143e9652bbaa29f68e5745a8.zip
tut: 1.0.26 -> 1.0.30
-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 b02227b8bae..97677407fc1 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.26";
+  version = "1.0.30";
 
   src = fetchFromGitHub {
     owner = "RasmusLindroth";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ZSlrPhCArPEVTKX7BbUfKA+hYi7TpmJbGjWmbBUwes0=";
+    sha256 = "sha256-Cr9aDfreTDeFV5mws29pYRUkUjHVcLGEZyUvZYAp3B8=";
   };
 
-  vendorSha256 = "sha256-PYVXEPmWgtME3XljJzyGAri/GW19PIkQpscFFRNuVXQ=";
+  vendorSha256 = "sha256-ECaePGmSaf0vuKbvgdUMOF8oCpc14srFFMmPJPFFqw4=";
 
   meta = with lib; {
     description = "A TUI for Mastodon with vim inspired keys";