Revert #281577: mpdecimal: 2.5.1 -> 4.0.0
This reverts commitc59d406e84
, reversing changes made toae73151e4a
. Reverting on staging-next branch, moving to staging. Unfortunate clash with PR #285158 triggered a stdenv rebuild.
This commit is contained in:
parent
0f22335f7d
commit
e0ba6099df
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mpdecimal";
|
||||
version = "4.0.0";
|
||||
version = "2.5.1";
|
||||
outputs = [ "out" "cxx" "doc" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-${version}.tar.gz";
|
||||
hash = "sha256-lCRFwyRbInMP1Bpnp8XCMdEcsbmTa5wPdjNPt9C0Row=";
|
||||
hash = "sha256-n5zUwEH5m1xJ/7e1nZ8S2VtoPYhYVgiqVqYwdmeysh8=";
|
||||
};
|
||||
|
||||
configureFlags = [ "LD=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
|
Loading…
Reference in a new issue