mozwire: 0.7.0 -> 0.8.0

+9 -4
+9 -4
pkgs/tools/networking/mozwire/default.nix
··· 1 - { rustPlatform, lib, stdenv, fetchFromGitHub, Security }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "MozWire"; 5 - version = "0.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "NilsIrl"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "01bj3c34x9ywxygsz4rdyw5gc9cz8x6zzl5fd7db8qy8bx2lhlr9"; 12 }; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15 16 - cargoSha256 = "0q27p2hyw6c1fh5x8kwsrw8a1hk6z90z0z3w86ga8ryz53xg4vdi"; 17 18 meta = with lib; { 19 description = "MozillaVPN configuration manager giving Linux, macOS users (among others), access to MozillaVPN";
··· 1 + { rustPlatform 2 + , lib 3 + , stdenv 4 + , fetchFromGitHub 5 + , Security 6 + }: 7 8 rustPlatform.buildRustPackage rec { 9 pname = "MozWire"; 10 + version = "0.8.0"; 11 12 src = fetchFromGitHub { 13 owner = "NilsIrl"; 14 repo = pname; 15 rev = "v${version}"; 16 + hash = "sha256-vC8HmwJCHMKQUsYBwRmr88tmZxPKNvI6hxlcjG2AV3Q="; 17 }; 18 19 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 20 21 + cargoHash = "sha256-9qXoMugmL6B9vC/yrMJxZ5p792ZJmrTzk/khRVTkHf4="; 22 23 meta = with lib; { 24 description = "MozillaVPN configuration manager giving Linux, macOS users (among others), access to MozillaVPN";