about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-10-14 15:26:06 +0200
committerGitHub <noreply@github.com>2018-10-14 15:26:06 +0200
commitafab7369aa6d7248eb4a141cbfc3c36385dbec0c (patch)
treece623bf4edd1b3a09e63a191a01fa21d7dcc62a6 /pkgs/development/libraries
parent9f8b40c2de7f6cf5f2f1456645386b5f926de5ee (diff)
parent0d44bb4f12a6a43dda608b5583c944dc020b565c (diff)
downloadnixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar.gz
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar.bz2
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar.lz
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar.xz
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.tar.zst
nixlib-afab7369aa6d7248eb4a141cbfc3c36385dbec0c.zip
Merge pull request #48402 from r-ryantm/auto-update/libtorrent-rasterbar
libtorrentRasterbar: 1.1.9 -> 1.1.10
Diffstat (limited to 'pkgs/development/libraries')
-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 f19e9d274313..6b5182fa992f 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -3,7 +3,7 @@
 }:
 
 let
-  version = "1.1.9";
+  version = "1.1.10";
   formattedVersion = lib.replaceChars ["."] ["_"] version;
 
   # Make sure we override python, so the correct version is chosen
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
     owner = "arvidn";
     repo = "libtorrent";
     rev = "libtorrent-${formattedVersion}";
-    sha256 = "04w3pjzd6q9wplj1dcphylxn1i2b2x0iw1l0ma58ymh14swdah7a";
+    sha256 = "0qj1rz52jk95m43cr7l3fi9jmf4pwxncp5mq4hi2vzacfnf79yms";
   };
 
   enableParallelBuilding = true;