tut: 0.0.33 -> 0.0.36

+3 -3
+3 -3
pkgs/applications/misc/tut/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tut"; 5 - version = "0.0.33"; 6 7 src = fetchFromGitHub { 8 owner = "RasmusLindroth"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-8aa3LYLHjodyYradF2NBuZReHTYBf9TvfVCoDs0gAUw="; 12 }; 13 14 - vendorSha256 = "sha256-DcMsxqUO9H1q5+njoOuxQ6l8ifSFuS1jdWSvY/5MDm8="; 15 16 meta = with lib; { 17 description = "A TUI for Mastodon with vim inspired keys";
··· 2 3 buildGoModule rec { 4 pname = "tut"; 5 + version = "0.0.36"; 6 7 src = fetchFromGitHub { 8 owner = "RasmusLindroth"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-Ew/nrsJivq/3/vlZnR1gwhqzQQ9YmrW2LPD7qjmPH4A="; 12 }; 13 14 + vendorSha256 = "sha256-Q1H/Y2mDTr24JQMoTf8DL3cj5oF9lH0uaJD2g/0Yxko="; 15 16 meta = with lib; { 17 description = "A TUI for Mastodon with vim inspired keys";