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

lightwalletd: 0.4.8 -> 0.4.9
This commit is contained in:
Renaud 2022-02-23 20:35:03 +01:00 committed by GitHub
commit 8ddc676ed3
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.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "zcash";
repo = "lightwalletd";
rev = "v${version}";
sha256 = "sha256-3cjXQXJqdmAMc+APybAKbpBhTy8Pk/QyBygSa8pGGAs=";
sha256 = "sha256-IksA06V+mP7ZAXXFYLKLacxrDXeMXHAk5w4t7pmobq4=";
};
vendorSha256 = null;