lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ucommon: 6.3.1 -> 7.0.0

+2 -2
+2 -2
pkgs/development/libraries/ucommon/default.nix
··· 10 10 assert !(xor (openssl != null) (zlib != null)); 11 11 12 12 stdenv.mkDerivation rec { 13 - name = "ucommon-6.3.1"; 13 + name = "ucommon-7.0.0"; 14 14 15 15 src = fetchurl { 16 16 url = "mirror://gnu/commoncpp/${name}.tar.gz"; 17 - sha256 = "1marbwbqnllhm9nh22lvyfjy802pgy1wx7j7kkpkasbm9r0sb6mm"; 17 + sha256 = "6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7"; 18 18 }; 19 19 20 20 buildInputs = [ pkgconfig ];