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

tut: 1.0.22 -> 1.0.23

figsoda dd2c60f2 ccab674a

Changed files
+3 -3
pkgs
applications
misc
+3 -3
pkgs/applications/misc/tut/default.nix
···
buildGoModule rec {
pname = "tut";
-
version = "1.0.22";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
-
sha256 = "sha256-wFK5dFGD25KtBn4gujgvDu8zZWQ8XH1peEbpLa+6n8A=";
};
-
vendorSha256 = "sha256-HZrchLQ1861MYWDiiegXLNMDsDUzRNzLA7MoULBai+4=";
meta = with lib; {
description = "A TUI for Mastodon with vim inspired keys";
···
buildGoModule rec {
pname = "tut";
+
version = "1.0.23";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
+
sha256 = "sha256-nFN0F80QZh3SALtG3xe6mH0zbhcLSRtmcHosD6aPvrE=";
};
+
vendorSha256 = "sha256-Y5nHADLKCaqHIje7vMS3mAwiGx4tHixBzYZM+iHEZb8=";
meta = with lib; {
description = "A TUI for Mastodon with vim inspired keys";