summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-24 22:20:50 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-24 22:20:50 +0200
commitdad3202472574e9fcf846d0c46434e288ab9fc70 (patch)
treea682df24a575f13579a7e30f68b127e630555cce /pkgs/development/libraries/libtorrent-rasterbar
parent2f624cd1fad832cdf852edeeb4033bb24b97807b (diff)
downloadnixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar.gz
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar.bz2
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar.lz
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar.xz
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.tar.zst
nixpkgs-dad3202472574e9fcf846d0c46434e288ab9fc70.zip
libtorrentRasterbar: update from 0.16.12 to 0.16.13
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 7c3e7ed69a9..b4380c71986 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.12";
+  version = "0.16.13";
   
   src = fetchurl {
     url = "http://libtorrent.googlecode.com/files/${name}.tar.gz";
-    sha256 = "0s2nxhz4d93xcl6hchmfgi8hq7aw8mrkgixh5an7fbk4shswpcg8";
+    sha256 = "1sr788hhip6pgfb842110nl36hqdc1vz2s9n5vzypm0jy7qklmvm";
   };
 
   buildInputs = [ boost pkgconfig openssl zlib python ];