trezord: 2.0.14 -> 2.0.19
This commit is contained in:
parent
3b9d20ab8c
commit
180d68ab39
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "trezord-go-${version}";
|
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 )
|
# 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 = "1bnzib1cbs7cj6vdf015vr60vm5wgfgbqajcpqxcikfckwhjsykv";
|
sha256 = "19am5zs2mx36w2f8b5001i1sg6v72y1nq5cagnw6rza8qxyw83qs";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "TREZOR Communication Daemon aka TREZOR Bridge";
|
description = "TREZOR Communication Daemon aka TREZOR Bridge";
|
||||||
homepage = https://mytrezor.com;
|
homepage = https://trezor.io;
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ canndrew jb55 ];
|
maintainers = with maintainers; [ canndrew jb55 maintainers."1000101"];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user