trezord: 2.0.30 -> 2.0.31

This commit is contained in:
Pavol Rusnak 2021-04-09 17:34:24 +02:00
parent 6fc2b7ecc2
commit 6a9180a11d
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "trezord-go";
version = "2.0.30";
version = "2.0.31";
src = fetchFromGitHub {
owner = "trezor";
repo = "trezord-go";
rev = "v${version}";
sha256 = "1hzvk0wfgg7b4wpqjk3738yqxlv3pj5i7zxwm0jady2h97hmrqrr";
sha256 = "130nhk1pnr3xx9qkcij81mm3jxrl5zvvdqhvrgvrikqg3zlb6v5b";
};
vendorSha256 = "0wb959xzyvr5zzjvkfqc422frmf97q5nr460f02wwx0pj6ch0y61";
@ -25,7 +25,7 @@ buildGoModule rec {
meta = with lib; {
description = "Trezor Communication Daemon aka Trezor Bridge";
homepage = "https://trezor.io";
license = licenses.lgpl3;
license = licenses.lgpl3Only;
maintainers = with maintainers; [ canndrew jb55 prusnak mmahut _1000101 ];
platforms = platforms.unix;
};