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