Skip to content

Commit

Permalink
Merge pull request #79903 from mmahut/trezord-backport
Browse files Browse the repository at this point in the history
(20.03) trezord-go: 2.0.27 -> 2.0.28
  • Loading branch information
mmahut authored Feb 13, 2020
2 parents 0ce2f49 + 9690c7e commit 7e4eea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/trezord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "trezord-go";
version = "2.0.27";
version = "2.0.28";

goPackagePath = "github.com/trezor/trezord-go";

src = fetchFromGitHub {
owner = "trezor";
repo = "trezord-go";
rev = "v${version}";
sha256 = "00d90qmmk1pays78a2jm8gb7dncvlsjjn4033q1yd1ii3fxc6nh8";
sha256 = "02c1mvn01gcfls37sa0c7v2lwffg14x54np8z7d4hjzxxzwg4gpw";
};

propagatedBuildInputs = [ trezor-udev-rules ];
Expand Down

0 comments on commit 7e4eea6

Please sign in to comment.