gomuks: 2018-07-10 -> 2019-06-28 (#63893)

gomuks: 2018-07-10 -> 2019-06-28
This commit is contained in:
Jörg Thalheim 2019-06-28 19:06:25 +01:00 committed by GitHub
commit fe9a15211a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,22 @@
{ stdenv, buildGo110Package, fetchFromGitHub }: { stdenv, buildGoModule, fetchFromGitHub }:
buildGo110Package rec { buildGoModule rec {
name = "gomuks-${version}"; pname = "gomuks";
version = "2018-07-10"; version = "2019-06-28";
goPackagePath = "maunium.net/go/gomuks"; goPackagePath = "maunium.net/go/gomuks";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tulir"; owner = "tulir";
repo = "gomuks"; repo = pname;
rev = "68db26bcace31297471641fe95f8882e301f5699"; rev = "37df8eb454088e61db7a14f382851205bc1806ad";
sha256 = "0dagdvsvn8nwqsvjbqk1c6gg2q1m40869nayrkwm3ndg2xkfdpm6"; sha256 = "1hr15d9sbq6mddaxv3pwz86qp1hhzssgrvakfpc49xl4h04dq33g";
}; };
modSha256 = "1qrqgzzsxqvmy4m9shypa94bzw34mc941jhmyccip9grk9fzsxws";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://maunium.net/go/gomuks/; homepage = "https://maunium.net/go/gomuks/";
description = "A terminal based Matrix client written in Go"; description = "A terminal based Matrix client written in Go";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ tilpner ]; maintainers = with maintainers; [ tilpner ];