From cbc44d37f4aec04931612c3ff596180b8837988f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 Apr 2022 01:18:40 +0000 Subject: [PATCH] cht-sh: unstable-2022-01-01 -> unstable-2022-04-17 --- pkgs/tools/misc/cht.sh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/cht.sh/default.nix b/pkgs/tools/misc/cht.sh/default.nix index 08769893272..0364065be24 100644 --- a/pkgs/tools/misc/cht.sh/default.nix +++ b/pkgs/tools/misc/cht.sh/default.nix @@ -10,15 +10,15 @@ stdenv.mkDerivation { pname = "cht.sh"; - version = "unstable-2022-01-01"; + version = "unstable-2022-04-17"; nativeBuildInputs = [ makeWrapper ]; src = fetchFromGitHub { owner = "chubin"; repo = "cheat.sh"; - rev = "46d1a5f73c6b88da15d809154245dbf234e9479e"; - sha256 = "6uEbxkkNV5EGhiCSoWJgfRUUqUS3OFTVOZFlVyMp/x8="; + rev = "7f769d6f3697541e55fd3ea9b71f190296529e48"; + sha256 = "+V3q71neW9X0JPJHqvNGopvIJfUv0VD9GKkz7YqN6Eo="; }; # Fix ".cht.sh-wrapped" in the help message