Unverified Commit d68d6a36 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

taoup: 1.1.18 -> 1.1.19
parents 242f9e69 1e3c95b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];