summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-11-29 13:52:30 +0100
committerGitHub <noreply@github.com>2020-11-29 13:52:30 +0100
commita41808fff7c8850b2f7e1472ffaddbb56eb810df (patch)
treee363d5751317a0c334b95f13bef8188f2d4ed383
parentMerge pull request #105332 from r-ryantm/auto-update/php-xdebug (diff)
parentcheat: 4.1.1 -> 4.2.0 (diff)
downloadnixpkgs-a41808fff7c8850b2f7e1472ffaddbb56eb810df.tar.gz
Merge pull request #105349 from Mic92/cheat
cheat: 4.1.1 -> 4.2.0
-rw-r--r--pkgs/applications/misc/cheat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cheat/default.nix b/pkgs/applications/misc/cheat/default.nix
index 472eee655188..208c9c533137 100644
--- a/pkgs/applications/misc/cheat/default.nix
+++ b/pkgs/applications/misc/cheat/default.nix
@@ -3,13 +3,13 @@
buildGoModule rec {
pname = "cheat";
- version = "4.1.1";
+ version = "4.2.0";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
- sha256 = "0mraraby0s213ay2ahqsdvnyg76awbqllrkkx17mrx9z3ykba62d";
+ sha256 = "sha256-Q/frWu82gB15LEzwYCbJr7k0yZ+AXBvcPWxoevSpeqU=";
};
subPackages = [ "cmd/cheat" ];