libtorrentRasterbar: 1.2.5 -> 1.2.6

This commit is contained in:
R. RyanTM 2020-05-05 22:39:09 +00:00 committed by Jon
parent abdeb15baf
commit 10b04f5b1f

View File

@ -3,7 +3,7 @@
}: }:
let let
version = "1.2.5"; version = "1.2.6";
formattedVersion = lib.replaceChars ["."] ["_"] version; formattedVersion = 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
@ -18,7 +18,7 @@ in stdenv.mkDerivation {
owner = "arvidn"; owner = "arvidn";
repo = "libtorrent"; repo = "libtorrent";
rev = "libtorrent-${formattedVersion}"; rev = "libtorrent-${formattedVersion}";
sha256 = "0y2fzqbvb1bxvf93d7sphwzxih6j40p5p3fay943k26w0nrq802w"; sha256 = "140gc9j6lymy5kr0gviqznpg4hl57rz2q6vpb9sjkkimr19lrvdr";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;