Merge pull request #209781 from r-ryantm/auto-update/tut

tut: 1.0.30 -> 1.0.34
This commit is contained in:
figsoda 2023-01-08 20:06:51 -05:00 committed by GitHub
commit aa1d74709f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";