taoup: 1.1.17 -> 1.1.18

This commit is contained in:
R. Ryantm 2022-08-29 01:22:00 +00:00
parent cef50cde2b
commit 44e9995dbe

View file

@ -4,13 +4,13 @@ let
in
stdenv.mkDerivation rec {
pname = "taoup";
version = "1.1.17";
version = "1.1.18";
src = fetchFromGitHub {
owner = "globalcitizen";
repo = pname;
rev = "v${version}";
hash = "sha256-awVom/X9R//w8yYaIwjm5RFYsptySl+PkArF1wP/LAc=";
hash = "sha256-MOi7VsJr5lWCKBI75tx+oTn26YuGbydeWh/1qMMBOjs=";
};
buildInputs = [ rubyEnv bash ncurses ];