Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libxcomp: 3.5.0.32 -> 3.5.0.33

Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.5.0.33 with grep in /nix/store/mc3jmk1ka7ny9byjwxavx5mdcrxb4kdb-libxcomp-3.5.0.33
- found 3.5.0.33 in filename of file in /nix/store/mc3jmk1ka7ny9byjwxavx5mdcrxb4kdb-libxcomp-3.5.0.33

+2 -2
+2 -2
pkgs/development/libraries/libxcomp/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "libxcomp-${version}"; 5 - version = "3.5.0.32"; 6 7 src = fetchurl { 8 - sha256 = "02n5bdc1jsq999agb4w6dmdj5l2wlln2lka84qz6rpswwc59zaxm"; 9 url = "http://code.x2go.org/releases/source/nx-libs/nx-libs-${version}-lite.tar.gz"; 10 }; 11
··· 2 3 stdenv.mkDerivation rec { 4 name = "libxcomp-${version}"; 5 + version = "3.5.0.33"; 6 7 src = fetchurl { 8 + sha256 = "17qjsd6v2ldpfmyjrkdnlq4qk05hz5l6qs54g8h0glzq43w28f74"; 9 url = "http://code.x2go.org/releases/source/nx-libs/nx-libs-${version}-lite.tar.gz"; 10 }; 11