about summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-03-07 15:12:27 +0100
committerDomen Kožar <domen@dev.si>2014-03-07 15:12:45 +0100
commiteb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7 (patch)
treea6dca8c903b167dfc95a7ab73463ae6803f2f961 /pkgs/applications/networking/bittorrentsync
parent08fb4d6bc49c961f5f13a6e16f8a0c2757dabb9a (diff)
downloadnixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar.gz
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar.bz2
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar.lz
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar.xz
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.tar.zst
nixlib-eb6a290f5ea52b1037569f8aa0bd2f9dbfa894d7.zip
bittorrentSync: 1.2.82 -> 1.2.91
Diffstat (limited to 'pkgs/applications/networking/bittorrentsync')
-rw-r--r--pkgs/applications/networking/bittorrentsync/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/default.nix b/pkgs/applications/networking/bittorrentsync/default.nix
index 895ebd7911be..c6277da704e1 100644
--- a/pkgs/applications/networking/bittorrentsync/default.nix
+++ b/pkgs/applications/networking/bittorrentsync/default.nix
@@ -14,9 +14,9 @@ let
     else if stdenv.system == "i686-linux" then "ld-linux.so.2"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
-  version = "1.2.82";
-  sha256 = if stdenv.system == "x86_64-linux" then "0cqrscav57xwz7rag6wy06xw6z7ca97xailprgg6jdjv4pnc91ra"
-    else if stdenv.system == "i686-linux" then "1b9rnfk0wkhj1zybvfqwgd9dcqnxwdnp7m0vf6lhrgi75cydj7is"
+  version = "1.2.91";
+  sha256 = if stdenv.system == "x86_64-linux" then "1rx5mmk3ffkh6dbm0m33nyx6spsxqjw9djclcf9x9bs3zfyzgmnd"
+    else if stdenv.system == "i686-linux" then "1566mp01149gsb57dv87420w1vq2f3adp6g1c90xdxjxzd67yqpw"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
 in stdenv.mkDerivation {