Skip to content

Commit

Permalink
Merge pull request #197426 from r-ryantm/auto-update/libtorrent-raste…
Browse files Browse the repository at this point in the history
…rbar
  • Loading branch information
mweinelt authored Oct 23, 2022
2 parents ca39d73 + 39d187d commit 0d1d1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libtorrent-rasterbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:

let
version = "2.0.7";
version = "2.0.8";

# Make sure we override python, so the correct version is chosen
boostPython = boost.override { enablePython = true; inherit python; };
Expand All @@ -16,7 +16,7 @@ in stdenv.mkDerivation {
owner = "arvidn";
repo = "libtorrent";
rev = "v${version}";
sha256 = "sha256-ikDtx1BIikVEL5jf37byNbuS+ft1lDtHUlFqegndapw=";
sha256 = "sha256-mMY3NiSL/lYuYmV/KWgfKbs8XukSV4PvQ87tpgBid6M=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 0d1d1f9

Please sign in to comment.