Merge pull request #82968 from andys8/slack-term-050

slack-term: 0.4.1 -> 0.5.0
This commit is contained in:
Mario Rodas 2020-03-19 20:43:58 -05:00 committed by GitHub
commit 033cd0c657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
buildGoPackage rec {
# https://github.com/erroneousboat/slack-term
pname = "slack-term";
version = "0.4.1";
version = "0.5.0";
goPackagePath = "github.com/erroneousboat/slack-term";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "erroneousboat";
repo = "slack-term";
rev = "v${version}";
sha256 = "1340bq7h31fxykxbxpn6hv7n2hmjf20f8vg5gan9pjf5jaa6kfza";
sha256 = "1fbq7bdhy70hlkklppimgdjamnk0v059pg73xm9ax1f4616ki1m6";
};
meta = with stdenv.lib; {