Loading pkgs/development/libraries/libtorrent-rasterbar/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ }: let version = "2.0.8"; version = "2.0.9"; # Make sure we override python, so the correct version is chosen boostPython = boost.override { enablePython = true; inherit python; }; Loading @@ -16,7 +16,7 @@ in stdenv.mkDerivation { owner = "arvidn"; repo = "libtorrent"; rev = "v${version}"; sha256 = "sha256-mMY3NiSL/lYuYmV/KWgfKbs8XukSV4PvQ87tpgBid6M="; sha256 = "sha256-kUpeofullQ70uK/YZUD0ikHCquFTGwev7MxBYj0oHeU="; fetchSubmodules = true; }; Loading Loading
pkgs/development/libraries/libtorrent-rasterbar/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ }: let version = "2.0.8"; version = "2.0.9"; # Make sure we override python, so the correct version is chosen boostPython = boost.override { enablePython = true; inherit python; }; Loading @@ -16,7 +16,7 @@ in stdenv.mkDerivation { owner = "arvidn"; repo = "libtorrent"; rev = "v${version}"; sha256 = "sha256-mMY3NiSL/lYuYmV/KWgfKbs8XukSV4PvQ87tpgBid6M="; sha256 = "sha256-kUpeofullQ70uK/YZUD0ikHCquFTGwev7MxBYj0oHeU="; fetchSubmodules = true; }; Loading