protonmail-bridge: bump qt version

This commit is contained in:
xeals 2023-02-23 11:10:17 +11:00
parent d0e26ddb24
commit e053da240d
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -66,7 +66,7 @@ rec {
# The one in Nixpkgs still extracts the pre-built Debian package instead # The one in Nixpkgs still extracts the pre-built Debian package instead
# of building from source. # of building from source.
protonmailBridgePackages = pkgs.libsForQt512.callPackage ../applications/networking/protonmail-bridge { protonmailBridgePackages = pkgs.libsForQt5.callPackage ../applications/networking/protonmail-bridge {
inherit goModules; inherit goModules;
}; };
protonmail-bridge = protonmailBridgePackages.protonmail-bridge; protonmail-bridge = protonmailBridgePackages.protonmail-bridge;