3
0
Fork 0
forked from mirrors/nixpkgs

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

taoup: 1.1.18 -> 1.1.19
This commit is contained in:
figsoda 2022-10-11 11:46:40 -04:00 committed by GitHub
commit d68d6a36a9
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.18";
version = "1.1.19";
src = fetchFromGitHub {
owner = "globalcitizen";
repo = pname;
rev = "v${version}";
hash = "sha256-MOi7VsJr5lWCKBI75tx+oTn26YuGbydeWh/1qMMBOjs=";
hash = "sha256-axMpQICvxWBlNJ5D06DYI7b4zFGeadfWFcpTN6lPvpg=";
};
buildInputs = [ rubyEnv bash ncurses ];