terminal-parrot: 1.1.0 -> 1.1.1 using buildGoModule
This commit is contained in:
parent
cfbe152ae8
commit
a7586b3055
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
name = "terminal-parrot-${version}";
|
name = "terminal-parrot-${version}";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
goPackagePath = "github.com/jmhobbs/terminal-parrot";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jmhobbs";
|
owner = "jmhobbs";
|
||||||
repo = "terminal-parrot";
|
repo = "terminal-parrot";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1mrxmifsmndf6hdq1956p1gyrrp3abh3rmwjcmxar8x2wqbv748y";
|
sha256 = "1b4vr4s1zpkpf5kc1r2kdlp3hf88qp1f7h05g8kd62zf4sfbj722";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
modSha256 = "0ymqhrkgk94z4f2p3c6v75g2h8qlqzdi7byivqzxzmdczmq9zq2s";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Shows colorful, animated party parrot in your terminial";
|
description = "Shows colorful, animated party parrot in your terminial";
|
||||||
homepage = https://github.com/jmhobbs/terminal-parrot;
|
homepage = https://github.com/jmhobbs/terminal-parrot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user