cheat: 3.0.7 -> 3.8.0

This commit is contained in:
Jörg Thalheim 2020-03-25 08:20:40 +00:00
parent 01914e619f
commit 368588e0b7
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -2,23 +2,23 @@
buildGoModule rec {
pname = "cheat";
version = "3.0.7";
version = "3.8.0";
src = fetchFromGitHub {
owner = "chrisallenlane";
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "0i5j85ciimk14kndb81qxny1ksr57sr9xdvjn7x1ibc7h6pikjn5";
sha256 = "062dlc54x9qwb3hsxp20h94dpwsa1nzpjln9cqmvwjhvp434l97r";
};
subPackages = [ "cmd/cheat" ];
modSha256 = "1v9hvxygwvqma2j5yz7r95g34xpwb0n29hm39i89vgmvl3hy67s0";
modSha256 = "1is19qca5wgzya332rmpk862nnivxzgxchkllv629f5fwwdvdgmg";
meta = with stdenv.lib; {
description = "Create and view interactive cheatsheets on the command-line";
maintainers = with maintainers; [ mic92 ];
license = with licenses; [ gpl3 mit ];
homepage = "https://github.com/chrisallenlane/cheat";
inherit (src.meta) homepage;
};
}