Merge pull request #229086 from prusnak/trezord
trezord: 2.0.32 -> 2.0.33
This commit is contained in:
commit
c5badbe966
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trezord-go";
|
pname = "trezord-go";
|
||||||
version = "2.0.32";
|
version = "2.0.33";
|
||||||
commit = "9aa6576";
|
commit = "2680d5e";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trezor";
|
owner = "trezor";
|
||||||
repo = "trezord-go";
|
repo = "trezord-go";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-T7YoHi2sA22nfNbgX2WB5NIFIwxBkxn0CsSXyQTxgJc=";
|
sha256 = "sha256-3I6NOzDMhzRyVSOURl7TjJ1Z0P0RcKrSs5rNaZ0Ho9M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-wXgAmZEXdM4FcMCQbAs+ydXshCAMu7nl/yVv/3sqaXE=";
|
vendorSha256 = "sha256-wXgAmZEXdM4FcMCQbAs+ydXshCAMu7nl/yVv/3sqaXE=";
|
||||||
|
|
Loading…
Reference in a new issue