trezord: 2.0.25 -> 2.0.26 (#57698)

This commit is contained in:
Pavol Rusnak 2019-03-15 18:33:08 +01:00 committed by xeji
parent d835df0cbf
commit 79bc844161

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "trezord-go-${version}"; 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 ) # Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
hardeningDisable = [ "fortify" ]; hardeningDisable = [ "fortify" ];
@ -13,14 +13,14 @@ buildGoPackage rec {
owner = "trezor"; owner = "trezor";
repo = "trezord-go"; repo = "trezord-go";
rev = "v${version}"; rev = "v${version}";
sha256 = "151szgfbikijpwqrvqj43kw38kbbgx2g1khlbj6l4925qba7fycd"; sha256 = "0z6x3rf0wm1d7ws1n3m0vq8jmjjki2r9qrq4hkdq4nv61mw4ivyc";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "TREZOR Communication Daemon aka TREZOR Bridge"; description = "TREZOR Communication Daemon aka TREZOR Bridge";
homepage = https://trezor.io; homepage = https://trezor.io;
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ canndrew jb55 maintainers."1000101"]; maintainers = with maintainers; [ canndrew jb55 "1000101" prusnak ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }