Commit 00f098b1 authored by R. RyanTM's avatar R. RyanTM
Browse files

libtorrent-rasterbar-2_0_x: 2.0.8 -> 2.0.9

parent b90d1e02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };