cheat: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm 2021-10-29 06:28:34 +00:00
parent 842a0d94cb
commit de4d04d24e

View file

@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "4.2.2"; version = "4.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "sha256-YKGCZm0BaFLi+kujl04B4IU1qay15XNfvelxfUkCP8o="; sha256 = "sha256-F0p309rY0PeeOU1K9Had6qI6DCHgzauuuTjMfWoZYBQ=";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];