Skip to content

Commit

Permalink
Merge pull request #48644 from roconnor-blockstream/trezor
Browse files Browse the repository at this point in the history
trezord: 2.0.19 -> 2.0.24
  • Loading branch information
roconnor committed Oct 18, 2018
2 parents 2ce94fa + 10c56c5 commit c7e7e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/trezord/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "trezord-go-${version}";
version = "2.0.19";
version = "2.0.24";

# Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
hardeningDisable = [ "fortify" ];
Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "trezor";
repo = "trezord-go";
rev = "v${version}";
sha256 = "19am5zs2mx36w2f8b5001i1sg6v72y1nq5cagnw6rza8qxyw83qs";
sha256 = "1fl2d57qqrrwl995w4b2d57rvl2cxxy6afjmcp648hhb3dnmp7c3";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit c7e7e16

Please sign in to comment.