taoup: 1.1.19 -> 1.21

This commit is contained in:
R. Ryantm 2023-06-18 11:45:13 +00:00
parent d7bc334a6c
commit b109d93442

View file

@ -4,13 +4,13 @@ let
in
stdenv.mkDerivation rec {
pname = "taoup";
version = "1.1.19";
version = "1.21";
src = fetchFromGitHub {
owner = "globalcitizen";
repo = pname;
rev = "v${version}";
hash = "sha256-axMpQICvxWBlNJ5D06DYI7b4zFGeadfWFcpTN6lPvpg=";
hash = "sha256-UHo3c+DQn77CJONy/QXM55rpIdhVkJbhR82tqmUltPQ=";
};
buildInputs = [ rubyEnv bash ncurses ];