Merge pull request #127670 from fgaz/cht-sh/2021-04-25
cht-sh: unstable-2021-01-31 -> unstable-2021-04-25
This commit is contained in:
commit
1249563b7c
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "cht.sh";
|
||||
version = "unstable-2021-01-31";
|
||||
version = "unstable-2021-04-25";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chubin";
|
||||
repo = "cheat.sh";
|
||||
rev = "01e579176981356fb90d4aa58fea2d6c273a45a5";
|
||||
sha256 = "0d98v67ajsc80i962myh0j4ph7bn3csk8y9jf8b5rfqd1zg737hb";
|
||||
rev = "6d83c4d76c82a87cf6df436a5ab73e3b7c819e66";
|
||||
sha256 = "dXLNPhkfbQIhFZixC674Fcegyo8+Um7E6cm56vMpCYI=";
|
||||
};
|
||||
|
||||
# Fix ".cht.sh-wrapped" in the help message
|
||||
|
|
Loading…
Reference in a new issue