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

libtorrent-rasterbar: 2.0.6 -> 2.0.7
This commit is contained in:
Winter 2022-07-29 01:31:18 -04:00 committed by GitHub
commit 1a1bd86756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
}:
let
version = "2.0.6";
version = "2.0.7";
# 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-SQ9yRuINxYJH0LIC3XK7Ssl/TO+DUxIRtdXz684bm8w=";
sha256 = "sha256-ikDtx1BIikVEL5jf37byNbuS+ft1lDtHUlFqegndapw=";
fetchSubmodules = true;
};