cheat: 4.3.3 -> 4.4.0

This commit is contained in:
R. Ryantm 2022-11-06 23:17:41 +00:00
parent dd0534b57c
commit bc7e9b1b43

View file

@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "4.3.3"; version = "4.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "sha256-cOryo70eJj2PIJ6R09Kx6lfoguYcduIiWiOBpYp8eqY="; sha256 = "sha256-lEMwPGXvgI8wtXska9ngAy9R2tr41Jq5yO6xQk9V5n4=";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];