Merge pull request #288859 from andersk/mozillavpn

This commit is contained in:
Sandro 2024-02-22 20:15:08 +01:00 committed by GitHub
commit 4cf5425525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@
let let
pname = "mozillavpn"; pname = "mozillavpn";
version = "2.19.0"; version = "2.20.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla-mobile"; owner = "mozilla-mobile";
repo = "mozilla-vpn-client"; repo = "mozilla-vpn-client";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-aXfxUtGm+vq8U3jYTxYhOP7UXL6ukCJgmGQO2Wsqobo="; hash = "sha256-pPc7++m21DO349VJsaJZRk3xY+qqzgv6Jj5cwYQI3NI=";
}; };
patches = [ ]; patches = [ ];
@ -46,19 +46,19 @@ let
inherit src patches; inherit src patches;
name = "${pname}-${version}-extension-bridge"; name = "${pname}-${version}-extension-bridge";
preBuild = "cd extension/bridge"; preBuild = "cd extension/bridge";
hash = "sha256-23GTXsbjL8qfGA5NdPlrbdaA8rg8vOZsZCXvevi7Chc="; hash = "sha256-wXr9+eyHBQcwEHy/DLixLZ/0DnFHhtiqrbl5q/7qx0U=";
}; };
signatureDeps = rustPlatform.fetchCargoTarball { signatureDeps = rustPlatform.fetchCargoTarball {
inherit src patches; inherit src patches;
name = "${pname}-${version}-signature"; name = "${pname}-${version}-signature";
preBuild = "cd signature"; preBuild = "cd signature";
hash = "sha256-TB172hVIilDTl+y0shNp55if+FhrXjWSaGNF7K6GSH8="; hash = "sha256-7Gz4T5wF/xpbNJZqudEaEs67q1Y6NMUuXe6u34FWqIA=";
}; };
qtgleanDeps = rustPlatform.fetchCargoTarball { qtgleanDeps = rustPlatform.fetchCargoTarball {
inherit src patches; inherit src patches;
name = "${pname}-${version}-qtglean"; name = "${pname}-${version}-qtglean";
preBuild = "cd qtglean"; preBuild = "cd qtglean";
hash = "sha256-tfQ2ogSDDXNPeygBy+el+71iwcafSfY78hvYPHurKPE="; hash = "sha256-CTubwS4O3az8AHGa5YQgvjXQfh1j9w6jFmiX37aYjOw=";
}; };
in in