tut: 1.0.30 -> 1.0.34

This commit is contained in:
R. Ryantm 2023-01-09 00:15:40 +00:00
parent 87ebf1654e
commit e08a539647

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tut";
version = "1.0.30";
version = "1.0.34";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "sha256-Cr9aDfreTDeFV5mws29pYRUkUjHVcLGEZyUvZYAp3B8=";
sha256 = "sha256-AnuPTv9W+2yDcM803DZaNIn4S7A78JEv6S8pA18whVA=";
};
vendorSha256 = "sha256-ECaePGmSaf0vuKbvgdUMOF8oCpc14srFFMmPJPFFqw4=";
vendorHash = "sha256-go7eZHhrQ1ZcLOn56a3Azn3eRyAesAkgLabPbwzKtds=";
meta = with lib; {
description = "A TUI for Mastodon with vim inspired keys";