Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9b71a920a466
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de81882a82b3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 30, 2018

  1. trezord: 2.0.24 -> 2.0.25

    (cherry picked from commit e3768c8)
    Ján Hrnko committed Nov 30, 2018
    Copy the full SHA
    46f7707 View commit details
  2. Merge pull request #51289 from 1000101/backport-release-18.09

    [18.09] trezord: 2.0.24 -> 2.0.25
    worldofpeace authored Nov 30, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    de81882 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/trezord/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/trezord/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

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

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

meta = with stdenv.lib; {