openbazaar: 0.14.3 -> 0.14.6

+4 -4
+4 -4
pkgs/applications/networking/openbazaar/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "openbazaar"; 7 - version = "0.14.3"; 8 9 suffix = { 10 i686-linux = "linux-386"; ··· 15 src = fetchurl { 16 url = "https://github.com/OpenBazaar/openbazaar-go/releases/download/v${version}/${pname}-go-${suffix}"; 17 sha256 = { 18 - i686-linux = "098dgxpz9m4rfswc9yg77s3bvaifd4453s20n8kmh55g5ipgs2x1"; 19 - x86_64-darwin = "0q989m4zj7x9d6vimmpfkla78hmx2zr7bxm9yg61ir00w60l14jx"; 20 - x86_64-linux = "093rwn4nfirknbxz58n16v0l0apj2h0yr63f64fqysmy78883al2"; 21 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 22 }; 23
··· 4 5 stdenv.mkDerivation rec { 6 pname = "openbazaar"; 7 + version = "0.14.6"; 8 9 suffix = { 10 i686-linux = "linux-386"; ··· 15 src = fetchurl { 16 url = "https://github.com/OpenBazaar/openbazaar-go/releases/download/v${version}/${pname}-go-${suffix}"; 17 sha256 = { 18 + i686-linux = "1cmv3gyfd6q7y6yn6kigksy2abkq5b8mfgk51d04ky1ckgbriaqq"; 19 + x86_64-darwin = "0n32a0pyj1k2had3imimdyhdhyb285y1dj04f7g3jajmy5zndaxx"; 20 + x86_64-linux = "105i5yl2yvhcvyh1wf35kqq1qyxgbl9j2kxs6yshsk14b2p02j5i"; 21 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 22 }; 23