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

jicofo: 1.0-911 -> 1.0-934
This commit is contained in:
Jonas Heinrich 2022-09-30 09:45:12 +02:00 committed by GitHub
commit 7e54b093bf
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-911";
version = "1.0-934";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "YB66NYmonbVgKpzv2pyQv7r0hYKDeBAngxrE4yWPp0o=";
sha256 = "tT1w1OUcsnyQ5/pkborFkdOq0CEge6qtNLJrJgWIwjo=";
};
in
stdenv.mkDerivation {