1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 06:44:40 +00:00

libtorrent-rasterbar: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2021-11-03 11:32:39 +00:00
parent cbb7455d73
commit b42f0a0b45

View file

@ -3,7 +3,7 @@
}:
let
version = "2.0.3";
version = "2.0.4";
# 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 = "0c5g2chylhkwwssfab9gw0b7bm3raj08yzgia7j4d044lp8gflnd";
sha256 = "sha256-D+Euv71pquqyKGPvk76IwYKvVj+/oNtJfiLleiafthQ=";
fetchSubmodules = true;
};