Skip to content

Commit

Permalink
taoup: 1.1.23 -> 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 24, 2024
1 parent 371e69d commit 8d98131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ta/taoup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ let
in
stdenv.mkDerivation rec {
pname = "taoup";
version = "1.1.23";
version = "1.21";

src = fetchFromGitHub {
owner = "globalcitizen";
repo = "taoup";
rev = "v${version}";
hash = "sha256-9J46fKyeSZW71r67R8y9KVPeCH8fn27hOk/XpusqGmk=";
hash = "sha256-UHo3c+DQn77CJONy/QXM55rpIdhVkJbhR82tqmUltPQ=";
};

buildInputs = [ rubyEnv bash ncurses ];
Expand Down

0 comments on commit 8d98131

Please sign in to comment.