cheat: 4.0.4 -> 4.1.0

This commit is contained in:
R. RyanTM 2020-09-25 02:08:28 +00:00
parent 020ff6989a
commit 91e5494dbf

View File

@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "4.0.4"; version = "4.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "0cracw6pja3d7z6ip6lbmpvfxlxcnh3fbgh5ba8c87bhfz99idqn"; sha256 = "0x6msbbqkwxs6msqacpqw4wlw7c9ilf8n6jqmx297ij6isswgksh";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];