Commit 1e3c95b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

taoup: 1.1.18 -> 1.1.19

parent 4b02f74d
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 ];