Merge pull request #94539 from r-ryantm/auto-update/openbazaar-client

openbazaar-client: 2.4.6 -> 2.4.7
This commit is contained in:
Ryan Mulligan 2020-08-02 07:21:26 -07:00 committed by GitHub
commit b76324b8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "openbazaar-client";
version = "2.4.6";
version = "2.4.7";
src = fetchurl {
url = "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v${version}/openbazaar2client_${version}_amd64.deb";
sha256 = "1p190az8llqh3089aygwash10wqqqfnjl2wvksn6bvx5wm5dpg1p";
sha256 = "04wwljaiqm8rsdrzngqrzrjzfrjsrfsaa60c904zhbhmsqc7y4f1";
};
dontBuild = true;