Merge pull request #105349 from Mic92/cheat

cheat: 4.1.1 -> 4.2.0
This commit is contained in:
Jörg Thalheim 2020-11-29 13:52:30 +01:00 committed by GitHub
commit a41808fff7
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.1.1";
version = "4.2.0";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "0mraraby0s213ay2ahqsdvnyg76awbqllrkkx17mrx9z3ykba62d";
sha256 = "sha256-Q/frWu82gB15LEzwYCbJr7k0yZ+AXBvcPWxoevSpeqU=";
};
subPackages = [ "cmd/cheat" ];