3
0
Fork 0
forked from mirrors/nixpkgs

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

cheat: 4.0.4 -> 4.1.0
This commit is contained in:
Jörg Thalheim 2020-09-25 05:38:04 +02:00 committed by GitHub
commit 45402e454f
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.0.4";
version = "4.1.0";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "0cracw6pja3d7z6ip6lbmpvfxlxcnh3fbgh5ba8c87bhfz99idqn";
sha256 = "0x6msbbqkwxs6msqacpqw4wlw7c9ilf8n6jqmx297ij6isswgksh";
};
subPackages = [ "cmd/cheat" ];