Merge pull request #201264 from andersk/mozillavpn

authored by Franz Pletz and committed by GitHub eacdbfb1 afd99c07

+5 -5
+5 -5
pkgs/tools/networking/mozillavpn/default.nix
··· 21 21 22 22 let 23 23 pname = "mozillavpn"; 24 - version = "2.10.1"; 24 + version = "2.11.0"; 25 25 src = fetchFromGitHub { 26 26 owner = "mozilla-mobile"; 27 27 repo = "mozilla-vpn-client"; 28 28 rev = "v${version}"; 29 29 fetchSubmodules = true; 30 - hash = "sha256-am2acceDig7tjhkO5GiWfvkq0Mabyxedbc8mR49SXBU="; 30 + hash = "sha256-QXxZ6RQwXrVsaZRkW13r7aoz8iHxuT0nW/2aFDpLLzU="; 31 31 }; 32 32 33 33 netfilter-go-modules = (buildGoModule { ··· 40 40 inherit src; 41 41 name = "${pname}-${version}-extension-bridge"; 42 42 preBuild = "cd extension/bridge"; 43 - hash = "sha256-sw6iylh3SgCDA1z/xvwNGWrCU2xr7IVPUL4fdOi43lc="; 43 + hash = "sha256-BRUUEDIVQoF+FuKnoBzFbMyeGOgGb6/boYSaftZPF2U="; 44 44 }; 45 45 46 46 signatureDeps = rustPlatform.fetchCargoTarball { 47 47 inherit src; 48 48 name = "${pname}-${version}-signature"; 49 49 preBuild = "cd signature"; 50 - hash = "sha256-gBJIzTTo6i415aHwUsBriokUt2K/r55QCpC6Tv8GXh4="; 50 + hash = "sha256-oSO7KS4aBwSVYIyxmWTXKn0CL9t6CDR/hx+0+nbf/dM="; 51 51 }; 52 52 53 53 in ··· 108 108 substituteInPlace extension/CMakeLists.txt \ 109 109 --replace '/etc' "$out/etc" 110 110 111 - substituteInPlace src/connectionbenchmark/benchmarktaskdownload.cpp \ 111 + substituteInPlace src/connectionbenchmark/benchmarktasktransfer.cpp \ 112 112 --replace 'QT_VERSION >= 0x060400' 'false' 113 113 114 114 ln -s '${netfilter-go-modules}' linux/netfilter/vendor