Merge pull request #233751 from r-ryantm/auto-update/libtorrent-rasterbar-2_0_x

libtorrent-rasterbar-2_0_x: 2.0.8 -> 2.0.9
This commit is contained in:
Weijia Wang 2023-05-24 12:10:30 +03:00 committed by GitHub
commit 770db24e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; };
@ -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;
};