lol

jicofo: 1.0-832 -> 1.0-900

ajs124 cbbdf1bf ecb36a7a

+2 -2
+2 -2
pkgs/servers/jicofo/default.nix
··· 2 2 3 3 let 4 4 pname = "jicofo"; 5 - version = "1.0-832"; 5 + version = "1.0-900"; 6 6 src = fetchurl { 7 7 url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb"; 8 - sha256 = "ZSzxD4RCsIkNtB4agBRZkzbJOi6ttzlc4Qw5n0t5syc="; 8 + sha256 = "tAuWhu1DdasOuLIz9/Ox1n1XcFWm5qnTVr6FpdKpwbE="; 9 9 }; 10 10 in 11 11 stdenv.mkDerivation {