Merge pull request #185758 from Mic92/cheat

cheat: 4.2.6 -> 4.3.1
This commit is contained in:
superherointj
2022-08-09 15:15:39 -03:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
buildGoModule rec {
pname = "cheat";
version = "4.2.6";
version = "4.3.1";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "sha256-Y+lZBJDCSLETMzLwDIht5+vfniFWPL4PehK+vKN65Es=";
sha256 = "sha256-Umbe3XoCQV+q37ROeIWQUZtTe1Nu59Z5Hxt2nc7/l64=";
};
subPackages = [ "cmd/cheat" ];