libtorrent-rasterbar: 2.0.1 -> 2.0.3

This commit is contained in:
Ivan Kozik 2021-03-30 05:30:44 +00:00
parent 04a2b269d8
commit b8aaeb7334

View file

@ -3,7 +3,7 @@
}:
let
version = "2.0.1";
version = "2.0.3";
# 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 = "04ppw901babkfkis89pyb8kiyn39kb21k1s838xjq5ghbral1b1c";
sha256 = "0c5g2chylhkwwssfab9gw0b7bm3raj08yzgia7j4d044lp8gflnd";
fetchSubmodules = true;
};