libtorrentRasterbar_1_2_x: 1.2.6 -> 1.2.11

This commit is contained in:
Milan Pässler 2020-12-19 17:17:01 +01:00 committed by Milan
parent 1edfaa4a0d
commit 66e478172d

View File

@ -3,8 +3,7 @@
}: }:
let let
version = "1.2.6"; version = "1.2.11";
formattedVersion = stdenv.lib.replaceChars ["."] ["_"] version;
# Make sure we override python, so the correct version is chosen # Make sure we override python, so the correct version is chosen
# for the bindings, if overridden # for the bindings, if overridden
@ -17,8 +16,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "arvidn"; owner = "arvidn";
repo = "libtorrent"; repo = "libtorrent";
rev = "libtorrent-${formattedVersion}"; rev = "v${version}";
sha256 = "140gc9j6lymy5kr0gviqznpg4hl57rz2q6vpb9sjkkimr19lrvdr"; sha256 = "05qm8mcyxsnb6zb8nckln1gkk8ncwzfhsz7d7p3fhx6gdsc8j71b";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;