summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-25 23:34:23 +0200
committerGitHub <noreply@github.com>2022-05-25 23:34:23 +0200
commitb7549b5e1774c2db76b3954452e7295247d40bbf (patch)
tree15259be76086f6d4b7a9409e787ae2fee134477a
parent4be2ce0d4d349a33639d6a21b70df0c50cf102eb (diff)
parentb83c9c207a9fc1c3cd7140f1c34f34e7326a35b4 (diff)
Merge pull request #174476 from 1sixth/libtorrent-rasterbar-2.0.6
libtorrent-rasterbar: 2.0.5 -> 2.0.6
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 0f5253f850e3..fff85b09f8dd 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "2.0.5";
+ version = "2.0.6";
# 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 = "sha256-wTyeGTxihnjTGBsVa0Yq2M/cxhWhZ9KLHVy10ya2gc4=";
+ sha256 = "sha256-SQ9yRuINxYJH0LIC3XK7Ssl/TO+DUxIRtdXz684bm8w=";
fetchSubmodules = true;
};