Merge pull request #95032 from r-ryantm/auto-update/cheat

cheat: 4.0.2 -> 4.0.3
This commit is contained in:
Mario Rodas 2020-08-10 06:56:44 -05:00 committed by GitHub
commit 846635396d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "4.0.2"; version = "4.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "06dqwjyk7pmfxvkscn06sc307pxvyjqc6myighfsh3f5x83pg1nc"; sha256 = "1bzlbd8lvagpipyv553icv17bafhaydscrrlly8jz7kfi4d9xvkk";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];