lol
0
fork

Configure Feed

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

Reapply #281577: mpdecimal: 2.5.1 -> 4.0.0

This reverts commit e0ba6099df54fc2024053b43ce7522696a558446.
I checked that stdenv still builds on x86_64-linux.

+2 -2
+2 -2
pkgs/development/libraries/mpdecimal/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mpdecimal"; 5 - version = "2.5.1"; 5 + version = "4.0.0"; 6 6 outputs = [ "out" "cxx" "doc" "dev" ]; 7 7 8 8 src = fetchurl { 9 9 url = "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-${version}.tar.gz"; 10 - hash = "sha256-n5zUwEH5m1xJ/7e1nZ8S2VtoPYhYVgiqVqYwdmeysh8="; 10 + hash = "sha256-lCRFwyRbInMP1Bpnp8XCMdEcsbmTa5wPdjNPt9C0Row="; 11 11 }; 12 12 13 13 configureFlags = [ "LD=${stdenv.cc.targetPrefix}cc" ];