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

cheat: 4.2.3 -> 4.2.6
This commit is contained in:
Jörg Thalheim 2022-08-05 15:11:25 +01:00 committed by GitHub
commit 9e8c847e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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