Merge pull request #290020 from r-ryantm/auto-update/libtorrent-rasterbar

libtorrent-rasterbar: 2.0.9 -> 2.0.10
This commit is contained in:
Weijia Wang 2024-03-07 16:15:38 +01:00 committed by GitHub
commit 7b9bb83565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
}:
let
version = "2.0.9";
version = "2.0.10";
# 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-kUpeofullQ70uK/YZUD0ikHCquFTGwev7MxBYj0oHeU=";
sha256 = "sha256-JrAYtoS8wNmmhbgnprD7vNz1N64ekIryjK77rAKTyaQ=";
fetchSubmodules = true;
};