Merge pull request #145828 from r-ryantm/auto-update/cht-sh
cht-sh: unstable-2021-10-20 -> unstable-2021-11-13
This commit is contained in:
commit
b8f74056a4
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "cht.sh";
|
||||
version = "unstable-2021-10-20";
|
||||
version = "unstable-2021-11-13";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chubin";
|
||||
repo = "cheat.sh";
|
||||
rev = "5a79c76c9b8ef337cffb9537a3d8a47c9ffc8b04";
|
||||
sha256 = "zDkYp2YPEur26qEwG8DQQzv8/T288HG/9mzzkN4SEtU=";
|
||||
rev = "4bb7b14843c302695b7d47d4d814f38998da1a68";
|
||||
sha256 = "NbB+UGydk0zSkqTPYw5KOHR0mv1UHH2pXLYdMRdG8UE=";
|
||||
};
|
||||
|
||||
# Fix ".cht.sh-wrapped" in the help message
|
||||
|
|
Loading…
Reference in a new issue