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

libtorrent-rasterbar: 2.0.4 -> 2.0.5
This commit is contained in:
Mario Rodas 2021-12-08 16:48:07 -05:00 committed by GitHub
commit 02e5efef82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
}:
let
version = "2.0.4";
version = "2.0.5";
# 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-D+Euv71pquqyKGPvk76IwYKvVj+/oNtJfiLleiafthQ=";
sha256 = "sha256-wTyeGTxihnjTGBsVa0Yq2M/cxhWhZ9KLHVy10ya2gc4=";
fetchSubmodules = true;
};