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

openbazaar-client: 2.4.4 -> 2.4.5
This commit is contained in:
Ryan Mulligan 2020-06-06 08:38:32 -07:00 committed by GitHub
commit 56d9d31c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "openbazaar-client";
version = "2.4.4";
version = "2.4.5";
src = fetchurl {
url = "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v${version}/openbazaar2client_${version}_amd64.deb";
sha256 = "146vqwc1gv5zqcz60np8v9ps44m0d2yyjzqpmd4s0pcywvvwdvn6";
sha256 = "0kahqqchalbyzy51gkxzmw91qignh8sprg57nbj1vmgm84w1z6kw";
};
dontBuild = true;