Merge pull request #238891 from r-ryantm/auto-update/jibri

This commit is contained in:
Lassulus 2023-10-25 20:21:04 +01:00 committed by GitHub
commit 546d7e84b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@ let
in
stdenv.mkDerivation rec {
pname = "jibri";
version = "8.0-140-gccc7278";
version = "8.0-145-g1a4bb8e";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "TiKCK41ar3X1aOrGitnNBr/iWru1HOjjGkwLBB76M1M=";
sha256 = "Qemr2108R/Lg1C5UvWQbK7PSbrKvBkfATNpvFDqJ3bI=";
};
dontBuild = true;