summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorGrant Wu <grantwwu@gmail.com>2017-08-09 22:40:44 -0400
committerGrant Wu <grantwwu@gmail.com>2017-08-09 22:47:54 -0400
commita77c7e95fbb56af347cc6d731f8a9c343cdcf1a9 (patch)
tree401a6aa76f196af7f5aa59fc0bf41b920e2db822 /pkgs/development/libraries/libtorrent-rasterbar
parent767b2ae327ba3dcd0e245c074836893439e53148 (diff)
downloadnixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar.gz
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar.bz2
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar.lz
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar.xz
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.tar.zst
nixpkgs-a77c7e95fbb56af347cc6d731f8a9c343cdcf1a9.zip
libtorrentRasterbar_1_0 1.0.10 -> 1.0.11
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/1.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/1.0.nix b/pkgs/development/libraries/libtorrent-rasterbar/1.0.nix
index 97aa0145956..877d8ed434c 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/1.0.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/1.0.nix
@@ -1,6 +1,6 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic.nix (args // {
-  version = "1.0.10";
-  sha256 = "1x5gvajplmwx869avlpx8p3c12pzi6wkgqaxmj5049nvw57l00kl";
+  version = "1.0.11";
+  sha256 = "17p34d3n29q04pvz975gfl1fyj3sg9cl5l6j673xqfq3fpyis58i";
 })