Merge pull request #184073 from r-ryantm/auto-update/taoup

This commit is contained in:
Zak B. Elep 2022-08-04 16:14:52 +08:00 committed by GitHub
commit ba99f676f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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