summary refs log tree commit diff
path: root/pkgs/servers/trezord
diff options
context:
space:
mode:
author1000101 <jan.hrnko@satoshilabs.com>2018-09-24 19:25:21 +0200
committer1000101 <jan.hrnko@satoshilabs.com>2018-09-24 19:25:21 +0200
commit180d68ab39801759853b3d85922446f5733eb02f (patch)
treedc183b32a88947921bbd80f7d15e5eb9c37ae488 /pkgs/servers/trezord
parent3b9d20ab8c01b4ad40af17c2e74180f2787ade29 (diff)
downloadnixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar.gz
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar.bz2
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar.lz
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar.xz
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.tar.zst
nixpkgs-180d68ab39801759853b3d85922446f5733eb02f.zip
trezord: 2.0.14 -> 2.0.19
Diffstat (limited to 'pkgs/servers/trezord')
-rw-r--r--pkgs/servers/trezord/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/servers/trezord/default.nix b/pkgs/servers/trezord/default.nix
index 2db004d9000..9869da95a04 100644
--- a/pkgs/servers/trezord/default.nix
+++ b/pkgs/servers/trezord/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "trezord-go-${version}";
-  version = "2.0.14";
+  version = "2.0.19";
 
   # Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
   hardeningDisable = [ "fortify" ];
@@ -13,14 +13,14 @@ buildGoPackage rec {
     owner  = "trezor";
     repo   = "trezord-go";
     rev    = "v${version}";
-    sha256 = "1bnzib1cbs7cj6vdf015vr60vm5wgfgbqajcpqxcikfckwhjsykv";
+    sha256 = "19am5zs2mx36w2f8b5001i1sg6v72y1nq5cagnw6rza8qxyw83qs";
   };
 
   meta = with stdenv.lib; {
     description = "TREZOR Communication Daemon aka TREZOR Bridge";
-    homepage = https://mytrezor.com;
-    license = licenses.gpl3;
-    maintainers = with stdenv.lib.maintainers; [ canndrew jb55 ];
+    homepage = https://trezor.io;
+    license = licenses.lgpl3;
+    maintainers = with maintainers; [ canndrew jb55 maintainers."1000101"];
     platforms = platforms.linux;
   };
 }