taoup: 1.1.16 -> 1.1.17

This commit is contained in:
R. Ryantm 2022-07-31 03:03:03 +00:00
parent 6d1f689374
commit 1e633a1ac6

View File

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