Merge pull request #187782 from r-ryantm/auto-update/bluejeans

bluejeans-gui: 2.29.1.3 -> 2.30.0.89
This commit is contained in:
Jonas Heinrich 2022-09-04 19:18:19 +02:00 committed by GitHub
commit 60ef80a82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,11 @@ in
stdenv.mkDerivation rec {
pname = "bluejeans";
version = "2.29.1.3";
version = "2.30.0.89";
src = fetchurl {
url = "https://swdl.bluejeans.com/desktop-app/linux/${getFirst 3 version}/BlueJeans_${version}.rpm";
sha256 = "sha256-vWViSJXRPZ4B40LNnoKRZNbxB1YKnaW2ay6GCjnFLGY=";
sha256 = "sha256-ALydB6bTxaYsBk0BrTKG8Yan4n/jvxT8T7fSMFel+CQ=";
};
nativeBuildInputs = [ rpmextract makeWrapper ];