Merge pull request #144433 from r-ryantm/auto-update/lightwalletd

lightwalletd: 0.4.7 -> 0.4.8
This commit is contained in:
Thiago Kenji Okada 2021-11-13 20:10:58 -03:00 committed by GitHub
commit 8b0bfcc1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lightwalletd";
version = "0.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "zcash";
repo = "lightwalletd";
rev = "v${version}";
sha256 = "0dwam3fhc4caga7kjg6cc06sz47g4ii7n3sa4j2ac4aiy21hsbjk";
sha256 = "sha256-3cjXQXJqdmAMc+APybAKbpBhTy8Pk/QyBygSa8pGGAs=";
};
vendorSha256 = null;