summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2019-03-15 18:33:08 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-15 18:33:08 +0100
commit79bc84416182ba69fe8a5242adf2252033f1fec1 (patch)
tree0081ee45d0546886b552817e66c9c16f18443853 /pkgs/servers
parentd835df0cbfb595893795b65b39e82a326ec6a553 (diff)
downloadnixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar.gz
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar.bz2
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar.lz
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar.xz
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.tar.zst
nixpkgs-79bc84416182ba69fe8a5242adf2252033f1fec1.zip
trezord: 2.0.25 -> 2.0.26 (#57698)
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/trezord/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/trezord/default.nix b/pkgs/servers/trezord/default.nix
index 696baff0ca3..e193a3601fd 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.25";
+  version = "2.0.26";
 
   # 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 = "151szgfbikijpwqrvqj43kw38kbbgx2g1khlbj6l4925qba7fycd";
+    sha256 = "0z6x3rf0wm1d7ws1n3m0vq8jmjjki2r9qrq4hkdq4nv61mw4ivyc";
   };
 
   meta = with stdenv.lib; {
     description = "TREZOR Communication Daemon aka TREZOR Bridge";
     homepage = https://trezor.io;
     license = licenses.lgpl3;
-    maintainers = with maintainers; [ canndrew jb55 maintainers."1000101"];
+    maintainers = with maintainers; [ canndrew jb55 "1000101" prusnak ];
     platforms = platforms.unix;
   };
 }