cheat: 4.1.1 -> 4.2.0

This commit is contained in:
Jörg Thalheim 2020-11-29 10:06:50 +01:00
parent 82cf3b9317
commit 084289508f
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

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" ];