Skip to content

Commit

Permalink
Merge pull request #99318 from siraben/mozwire-update
Browse files Browse the repository at this point in the history
mozwire: 0.5.1 -> 0.5.2
  • Loading branch information
danieldk committed Oct 2, 2020
2 parents 8a405a1 + 5dc6f36 commit 9fd0171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/networking/mozwire/default.nix
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "MozWire";
version = "0.5.1";
version = "0.5.2";

src = fetchFromGitHub {
owner = "NilsIrl";
repo = pname;
rev = "v${version}";
sha256 = "07icgswmfvrvlm3mkm78pbbk6m2hb73j7ffj7r77whzb11v027v1";
sha256 = "0r3x8y1qxxkkac9lqgd0s339zbrm9zmir1f6qs0r5f0bw3ngzqc4";
};

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "10lhz7bdlfqj7wgsqnsxdfskms33pvj176fhf4kwci7nb8vgai4b";

cargoSha256 = "0hyps2wi4wmpllfams3p59jpccwa0ylgzxq7qdn6g6zvf0cajpc0";

meta = with stdenv.lib; {
description = "MozillaVPN configuration manager giving Linux, macOS users (among others), access to MozillaVPN";
Expand Down

0 comments on commit 9fd0171

Please sign in to comment.