google-talk-plugin: 5.4.2.0 -> 5.41.0.0

+5 -3
+4 -3
pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/default.nix
··· 32 xorg.libXfixes 33 xorg.libXrender 34 xorg.libXrandr 35 stdenv.cc.cc 36 alsaLib 37 libpulseaudio ··· 50 # You can get the upstream version and SHA-1 hash from the following URLs: 51 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/Packages | grep -E 'Version|SHA1' 52 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages | grep -E 'Version|SHA1' 53 - version = "5.4.2.0"; 54 55 src = 56 if stdenv.system == "x86_64-linux" then 57 fetchurl { 58 url = "${baseURL}/google-talkplugin_${version}-1_amd64.deb"; 59 - sha1 = "d75fad757750b4830c4e401ade92b4993e2a4ab2"; 60 } 61 else if stdenv.system == "i686-linux" then 62 fetchurl { 63 url = "${baseURL}/google-talkplugin_${version}-1_i386.deb"; 64 - sha1 = "410872377b0bdac06b580c5e1755a3a3c712144b"; 65 } 66 else throw "Google Talk does not support your platform."; 67
··· 32 xorg.libXfixes 33 xorg.libXrender 34 xorg.libXrandr 35 + xorg.libXext 36 stdenv.cc.cc 37 alsaLib 38 libpulseaudio ··· 51 # You can get the upstream version and SHA-1 hash from the following URLs: 52 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-amd64/Packages | grep -E 'Version|SHA1' 53 # curl -s http://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages | grep -E 'Version|SHA1' 54 + version = "5.41.0.0"; 55 56 src = 57 if stdenv.system == "x86_64-linux" then 58 fetchurl { 59 url = "${baseURL}/google-talkplugin_${version}-1_amd64.deb"; 60 + sha1 = "1c3cc0411444587b56178de4868eb5d0ff742ec0"; 61 } 62 else if stdenv.system == "i686-linux" then 63 fetchurl { 64 url = "${baseURL}/google-talkplugin_${version}-1_i386.deb"; 65 + sha1 = "0d31d726c5e9a49917e2749e73386b1c0fdcb376"; 66 } 67 else throw "Google Talk does not support your platform."; 68
+1
pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/preload.c
··· 6 #include <stdio.h> 7 #include <stdarg.h> 8 #include <stdlib.h> 9 #include <dlfcn.h> 10 #include <sys/types.h> 11 #include <sys/stat.h>
··· 6 #include <stdio.h> 7 #include <stdarg.h> 8 #include <stdlib.h> 9 + #include <string.h> 10 #include <dlfcn.h> 11 #include <sys/types.h> 12 #include <sys/stat.h>