libtorrent-rasterbar-2_0_x: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm 2023-05-24 06:34:40 +00:00
parent b90d1e02ee
commit 00f098b14b

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