cheat: 4.2.0 -> 4.2.1

This commit is contained in:
R. RyanTM 2021-04-28 20:14:01 +00:00 committed by tomberek
parent cec25e93b6
commit 6acafb97e5
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
buildGoModule rec {
pname = "cheat";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "sha256-Q/frWu82gB15LEzwYCbJr7k0yZ+AXBvcPWxoevSpeqU=";
sha256 = "sha256-wH0MTTwUmi/QZXo3vWgRYmlPxMxgfhghrTIZAwdVjQ0=";
};
subPackages = [ "cmd/cheat" ];