Merge pull request #224985 from MrFreezeex/bridge-update

protonmail-bridge: 3.0.21 -> 3.1.0
This commit is contained in:
Mario Rodas 2023-04-06 18:24:07 -05:00 committed by GitHub
commit b010716c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,23 +2,21 @@
buildGoModule rec {
pname = "protonmail-bridge";
version = "3.0.21";
version = "3.1.0";
src = fetchFromGitHub {
owner = "ProtonMail";
repo = "proton-bridge";
rev = "v${version}";
hash = "sha256-aRzVXmAWRifIGCAPWYciBhK9XMvsmtHc67XRoI19VYU=";
hash = "sha256-jCoTFpxEHk0ITEzJ3RaVeUpzX4E7tuI9ZBKwabtOT6w=";
};
vendorHash = "sha256-zCE4LO6m4uyOvSzhUbzH2F9EgDs0UZH4eCl6lfRjIRQ=";
vendorHash = "sha256-zWcqEAeHbBUVRLPw37NgWOoiq/CXCcP/geP3lfo4TWg=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libsecret ];
proxyVendor = true; # Bridge uses some C headers so we have to enable proxyVendor
preBuild = ''
patchShebangs ./utils/
(cd ./utils/ && ./credits.sh bridge)