Unverified Commit 3364848e authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

jicofo: 1.0-1078 -> 1.0-1084
parents b8215a9d a7af73c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

let
  pname = "jicofo";
  version = "1.0-1078";
  version = "1.0-1084";
  src = fetchurl {
    url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
    sha256 = "0+VfsolOcjC68DRrWUgYYCdKhCxd0x1Y6920OrixU5g=";
    sha256 = "yuTiuLAKGfmAtwCi6Dn+Z+lStsVX6PWsFeXV8qiTtJU=";
  };
in
stdenv.mkDerivation {