Merge pull request #199924 from r-ryantm/auto-update/cheat

cheat: 4.3.3 -> 4.4.0
This commit is contained in:
figsoda 2022-11-06 23:20:01 -05:00 committed by GitHub
commit afd24f417c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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