Loading pkgs/development/libraries/boost/1.89.nix 0 → 100644 +19 −0 Original line number Diff line number Diff line { callPackage, fetchurl, ... }@args: callPackage ./generic.nix ( args // rec { version = "1.89.0"; src = fetchurl { urls = [ "mirror://sourceforge/boost/boost_${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.bz2" "https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${ builtins.replaceStrings [ "." ] [ "_" ] version }.tar.bz2" ]; # SHA256 from http://www.boost.org/users/history/version_1_89_0.html sha256 = "85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a"; }; } ) pkgs/development/libraries/boost/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,5 @@ in boost186 = makeBoost ./1.86.nix; boost187 = makeBoost ./1.87.nix; boost188 = makeBoost ./1.88.nix; boost189 = makeBoost ./1.89.nix; } pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -7394,6 +7394,7 @@ with pkgs; boost186 boost187 boost188 boost189 ; boost = boost187; Loading Loading
pkgs/development/libraries/boost/1.89.nix 0 → 100644 +19 −0 Original line number Diff line number Diff line { callPackage, fetchurl, ... }@args: callPackage ./generic.nix ( args // rec { version = "1.89.0"; src = fetchurl { urls = [ "mirror://sourceforge/boost/boost_${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.bz2" "https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${ builtins.replaceStrings [ "." ] [ "_" ] version }.tar.bz2" ]; # SHA256 from http://www.boost.org/users/history/version_1_89_0.html sha256 = "85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a"; }; } )
pkgs/development/libraries/boost/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,5 @@ in boost186 = makeBoost ./1.86.nix; boost187 = makeBoost ./1.87.nix; boost188 = makeBoost ./1.88.nix; boost189 = makeBoost ./1.89.nix; }
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -7394,6 +7394,7 @@ with pkgs; boost186 boost187 boost188 boost189 ; boost = boost187; Loading