Merge pull request #273701 from r-ryantm/auto-update/jicofo

jicofo: 1.0-1050 -> 1.0-1057
This commit is contained in:
Lassulus 2023-12-19 11:35:44 +01:00 committed by GitHub
commit aa8e79c7ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1050";
version = "1.0-1057";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "fenxq6syLoKV9jgj8qN7JrkWFeFWSk1QmK7o2hLhwyA=";
sha256 = "TdLPpwgULubzqyhD8PZhUMJG+AZnPT8xgjS3mUnToEo=";
};
in
stdenv.mkDerivation {