Skip to content

Commit

Permalink
libtorrent-rasterbar-2_0_x: 2.0.7 -> 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 23, 2022
1 parent 30f6859 commit a7e165f
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 a7e165f

Please sign in to comment.