summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-03-26 12:15:12 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-03-26 12:57:10 +0200
commitaaa5685b1492b2df7225e8933518fe13c1c8ca82 (patch)
tree34d4c3ee4c5bdceba68928a40a9e6e1d886239ba /pkgs/development/libraries/libtorrent-rasterbar
parent70a51b75e1aaadcf8ea21fe77c3f3b97f3b3673e (diff)
downloadnixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar.gz
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar.bz2
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar.lz
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar.xz
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.tar.zst
nixpkgs-aaa5685b1492b2df7225e8933518fe13c1c8ca82.zip
libtorrentRasterbar: update from 0.16.15 to 0.16.16
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 9c4d3bfd2dd..0745313b41e 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libtorrent-rasterbar-${version}";
-  version = "0.16.15";
+  version = "0.16.16";
   
   src = fetchurl {
-    url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.15.tar.gz;
-    sha256 = "0xcz4hphgkcdxcbmgzk27mxn7478hy417pn55zn5hnpllgndy3w2";
+    url = mirror://sourceforge/libtorrent/libtorrent-rasterbar-0.16.16.tar.gz;
+    sha256 = "1a3yxwjs4qb0rwx6cfpvar0a8jmavb6ik580b27md08jhvq80if7";
   };
 
   buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];