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
+2 -2
View File
@@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "4.1.1"; version = "4.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "0mraraby0s213ay2ahqsdvnyg76awbqllrkkx17mrx9z3ykba62d"; sha256 = "sha256-Q/frWu82gB15LEzwYCbJr7k0yZ+AXBvcPWxoevSpeqU=";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];