From bd9e18e31913adaaa863bd4058adb78b150000b0 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Thu, 24 Oct 2024 19:05:06 +0000 Subject: [PATCH] taoup: 1.21 -> 1.1.23 --- pkgs/tools/misc/taoup/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/taoup/default.nix b/pkgs/tools/misc/taoup/default.nix index cdf0b9518c4f..6b1f0778e3ee 100644 --- a/pkgs/tools/misc/taoup/default.nix +++ b/pkgs/tools/misc/taoup/default.nix @@ -4,13 +4,13 @@ let in stdenv.mkDerivation rec { pname = "taoup"; - version = "1.21"; + version = "1.1.23"; src = fetchFromGitHub { owner = "globalcitizen"; repo = "taoup"; rev = "v${version}"; - hash = "sha256-UHo3c+DQn77CJONy/QXM55rpIdhVkJbhR82tqmUltPQ="; + hash = "sha256-9J46fKyeSZW71r67R8y9KVPeCH8fn27hOk/XpusqGmk="; }; buildInputs = [ rubyEnv bash ncurses ]; @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { --subst-var-by pname taoup substituteInPlace taoup-fortune \ --subst-var-by out $out \ - --replace "/bin/bash" "${bash}/bin/bash" + --replace-fail "/bin/bash" "${bash}/bin/bash" ''; dontConfigure = true; @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { EOF chmod +x $out/bin/taoup - # Populate the cache created by cachedir.patch above + # Populate the cache created by cachefile.patch above $out/bin/taoup > $out/lib/taoup/cache cp taoup-fortune $out/bin