tut: 0.0.41 -> 0.0.42

This commit is contained in:
R. Ryantm 2021-12-06 11:55:43 +00:00
parent 1657d58122
commit 2b260cc795

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tut";
version = "0.0.41";
version = "0.0.42";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "sha256-13d3EE/rswcHRALUfL46qpKYJUDwGiou5kUz+nCC8VQ=";
sha256 = "sha256-zWhG9lzerzDqqFN8IG5JSv3voLzvtp/gg6jBisbodMc=";
};
vendorSha256 = "sha256-RtvzQvZIFdLo24U9IWcoL9qnf4/q/+1UCrb7dcRKEIE=";
vendorSha256 = "sha256-kMGEAN/I2XsIc6zCDbhbbstYlyjDpXQsOPUzjaJqJBk=";
meta = with lib; {
description = "A TUI for Mastodon with vim inspired keys";