Merge pull request #97539 from evanjs/cht.sh/unstable-2020-08-06
cht-sh: unstable-2019-08-06 -> unstable-2020-08-06
This commit is contained in:
commit
fa0ed8d276
|
@ -9,15 +9,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "cht.sh";
|
pname = "cht.sh";
|
||||||
version = "unstable-2019-08-06";
|
version = "unstable-2020-08-06";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chubin";
|
owner = "chubin";
|
||||||
repo = "cheat.sh";
|
repo = "cheat.sh";
|
||||||
rev = "f507ba51d6bc1ae6c7df808cadbe4f8603951b6b";
|
rev = "9f99bec1f0293e84d6d8a990a1940c1422e3b0ce";
|
||||||
sha256 = "0r7x9a3qzzkbd1m5zdlkpmhx0p7b7ja42190s7fidls3dsm710g0";
|
sha256 = "1n4lgzsgg4502zh113d7pb1hw6bykqx6vpfp8j08z7y5clmdiwa6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix ".cht.sh-wrapped" in the help message
|
# Fix ".cht.sh-wrapped" in the help message
|
||||||
|
|
Loading…
Reference in New Issue