Commit a7af73c9 authored by R. RyanTM's avatar R. RyanTM
Browse files

jicofo: 1.0-1078 -> 1.0-1084

parent 9c679fa7
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 {