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

openbazaar-client: 2.4.7 -> 2.4.8
This commit is contained in:
Ryan Mulligan 2020-09-26 06:55:43 -07:00 committed by GitHub
commit 019cadb0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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