mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cht-sh: 0-unstable-2024-11-13 -> 0-unstable-2024-12-31
This commit is contained in:
parent
24a8c64c2b
commit
72fcfac1b3
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "cht.sh";
|
pname = "cht.sh";
|
||||||
version = "0-unstable-2024-11-13";
|
version = "0-unstable-2024-12-31";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chubin";
|
owner = "chubin";
|
||||||
repo = "cheat.sh";
|
repo = "cheat.sh";
|
||||||
rev = "4cebb8c066cab49375694a7b30bc39185472ca1c";
|
rev = "045d15f074310028c0760b9ae61b96245c835325";
|
||||||
sha256 = "xmFjypxnSZ3LYZbwIegFd1Rc0Vbdf9U6b/LGHN39FUg=";
|
sha256 = "5Vsyd8z5qkPyDJVX41EFlMimRkRtjGFL+n+jnmONaVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix ".cht.sh-wrapped" in the help message
|
# Fix ".cht.sh-wrapped" in the help message
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue