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

This commit is contained in:
Zak B. Elep
2023-11-21 00:44:12 +08:00
committed by GitHub
+2 -2
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 ];