purple-xmpp-http-upload: unstable-2017-12-31 -> unstable-2021-11-04

Among other things fixes build failure on upstream gcc-10:

    ld: /build/ccm9ItEU.o:/build/source/src/jabber_http_file_upload.h:19: multiple definition of
      `HFUJabberStreamDataTable'; /build/cck7RLu0.o:/build/source/src/jabber_http_file_upload.h:19: first defined here
This commit is contained in:
Sergei Trofimovich 2022-05-28 21:06:59 +01:00
parent 0831857a14
commit 07c26c77dc

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "purple-xmpp-upload";
version = "unstable-2017-12-31";
version = "unstable-2021-11-04";
src = fetchFromGitHub {
owner = "Junker";
repo = "purple-xmpp-http-upload";
rev = "178096cbfc9df165c2dc1677666439969d212b37";
sha256 = "12l9rqlgb4i50xxrfnvwz9sqfk0d3c0m6l09mnvfixqi8illyvlp";
rev = "f370b4a2c474c6fe4098d929d8b7c18aeba87b6b";
sha256 = "0n05jybmibn44xb660p08vrrbanfsyjn17w1xm9gwl75fxxq8cdc";
};
buildInputs = [ pidgin glib libxml2 ];