summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 22:10:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 22:10:24 +0000
commit96843639d7761a613929dbaed8ecc2ca6e0479b0 (patch)
tree34ca918913e17a192b83f0d887522c05b26914af
parent88fdc5544ed255af9efa0aeaee7c5f91cb5b9238 (diff)
downloadnixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar.gz
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar.bz2
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar.lz
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar.xz
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.tar.zst
nixpkgs-96843639d7761a613929dbaed8ecc2ca6e0479b0.zip
libtorrent-rasterbar: 2.0.6 -> 2.0.7
-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 8ecd27a043d..412446f215f 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.6";
+  version = "2.0.7";
 
   # 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-SQ9yRuINxYJH0LIC3XK7Ssl/TO+DUxIRtdXz684bm8w=";
+    sha256 = "sha256-ikDtx1BIikVEL5jf37byNbuS+ft1lDtHUlFqegndapw=";
     fetchSubmodules = true;
   };