libtorrent-rasterbar: 2.0.5 -> 2.0.6
This commit is contained in:
parent
7ee5f8670f
commit
b83c9c207a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
|
|
||||||
# Make sure we override python, so the correct version is chosen
|
# Make sure we override python, so the correct version is chosen
|
||||||
boostPython = boost.override { enablePython = true; inherit python; };
|
boostPython = boost.override { enablePython = true; inherit python; };
|
||||||
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "arvidn";
|
owner = "arvidn";
|
||||||
repo = "libtorrent";
|
repo = "libtorrent";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-wTyeGTxihnjTGBsVa0Yq2M/cxhWhZ9KLHVy10ya2gc4=";
|
sha256 = "sha256-SQ9yRuINxYJH0LIC3XK7Ssl/TO+DUxIRtdXz684bm8w=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue