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 {
pname = "cheat";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "06dqwjyk7pmfxvkscn06sc307pxvyjqc6myighfsh3f5x83pg1nc";
sha256 = "1bzlbd8lvagpipyv553icv17bafhaydscrrlly8jz7kfi4d9xvkk";
};
subPackages = [ "cmd/cheat" ];