summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 05:57:20 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 05:57:20 -0700
commit0d44bb4f12a6a43dda608b5583c944dc020b565c (patch)
tree9a5bdb76c17247d4a0ddb9c8c88a2307ad73344d /pkgs/development/libraries/libtorrent-rasterbar
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
downloadnixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar.gz
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar.bz2
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar.lz
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar.xz
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.tar.zst
nixpkgs-0d44bb4f12a6a43dda608b5583c944dc020b565c.zip
libtorrentRasterbar: 1.1.9 -> 1.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtorrent-rasterbar/versions
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-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 f19e9d27431..6b5182fa992 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;