tut: 1.0.19 -> 1.0.22

This commit is contained in:
R. Ryantm 2022-11-27 11:19:47 +00:00
parent 9767049d4f
commit 7e30f1beb6

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tut";
version = "1.0.19";
version = "1.0.22";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "sha256-lT/3KXxrZYOK/oGrlorQUIv8J7tAfME0hRb1bwN+nXA=";
sha256 = "sha256-wFK5dFGD25KtBn4gujgvDu8zZWQ8XH1peEbpLa+6n8A=";
};
vendorSha256 = "sha256-O7tre7eSGlB9mnf/9aNbe/Ji0ecmJyuLuaWKARskCjI=";
vendorSha256 = "sha256-HZrchLQ1861MYWDiiegXLNMDsDUzRNzLA7MoULBai+4=";
meta = with lib; {
description = "A TUI for Mastodon with vim inspired keys";