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

bluejeans-gui: 2.27.0.130 -> 2.29.1.3
This commit is contained in:
superherointj 2022-07-01 12:12:16 -03:00 committed by GitHub
commit ade5a53cf2
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.27.0.130";
version = "2.29.1.3";
src = fetchurl {
url = "https://swdl.bluejeans.com/desktop-app/linux/${getFirst 3 version}/BlueJeans_${version}.rpm";
sha256 = "sha256-J0BGL03k1NAJLLEUOfvKjZEsBlupeHJR2Bp3c0ANBwg=";
sha256 = "sha256-vWViSJXRPZ4B40LNnoKRZNbxB1YKnaW2ay6GCjnFLGY=";
};
nativeBuildInputs = [ rpmextract makeWrapper ];