cheat: 4.2.3 -> 4.2.6

This commit is contained in:
R. Ryantm 2022-08-05 08:01:37 +00:00
parent 14dcb5a3d5
commit e1573a9bb3

View file

@ -3,13 +3,13 @@
buildGoModule rec {
pname = "cheat";
version = "4.2.3";
version = "4.2.6";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "sha256-F0p309rY0PeeOU1K9Had6qI6DCHgzauuuTjMfWoZYBQ=";
sha256 = "sha256-Y+lZBJDCSLETMzLwDIht5+vfniFWPL4PehK+vKN65Es=";
};
subPackages = [ "cmd/cheat" ];