cheat: 3.9.0 -> 3.10.0

This commit is contained in:
Jörg Thalheim 2020-05-12 06:58:54 +01:00
parent 7c0acf873e
commit 5426a12ce7
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -3,13 +3,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cheat"; pname = "cheat";
version = "3.9.0"; version = "3.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cheat"; owner = "cheat";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "0jbqflkcfdrinx1lk45klm8ml0n4cgp43nzls1376cd3hfayby1y"; sha256 = "1rrhll1i5ibxdchpdifajvsm697pilf82rbq7arn4f4pw5izrhy6";
}; };
subPackages = [ "cmd/cheat" ]; subPackages = [ "cmd/cheat" ];
@ -20,7 +20,7 @@ buildGoModule rec {
installShellCompletion scripts/cheat.{bash,fish,zsh} installShellCompletion scripts/cheat.{bash,fish,zsh}
''; '';
modSha256 = "1is19qca5wgzya332rmpk862nnivxzgxchkllv629f5fwwdvdgmg"; modSha256 = "1z4za3rivc3vqv59p5yb5c9dcpmq669rzmf4z7zilbvmgm0pbgfp";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Create and view interactive cheatsheets on the command-line"; description = "Create and view interactive cheatsheets on the command-line";