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
+2 -2
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 ];