summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-05-30 13:30:30 +0200
committerDomen Kozar <domen@dev.si>2013-05-30 13:30:43 +0200
commit03d4faa703feb8ed887d654be0a72ae4cf25104d (patch)
tree605bad2f1c58b9a4c1442a3bfecf023977ef8e2c /pkgs/applications/networking/bittorrentsync
parent7b48b3acf6bc294d7c8878cf79fed515820afc98 (diff)
downloadnixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar.gz
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar.bz2
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar.lz
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar.xz
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.tar.zst
nixpkgs-03d4faa703feb8ed887d654be0a72ae4cf25104d.zip
bittorrentSync: fix hash
Diffstat (limited to 'pkgs/applications/networking/bittorrentsync')
-rw-r--r--pkgs/applications/networking/bittorrentsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/default.nix b/pkgs/applications/networking/bittorrentsync/default.nix
index 842dd8a8826..ae339abb799 100644
--- a/pkgs/applications/networking/bittorrentsync/default.nix
+++ b/pkgs/applications/networking/bittorrentsync/default.nix
@@ -16,7 +16,7 @@ let
 
   version = "1.0.134";
   sha256 = if stdenv.system == "x86_64-linux" then "1kyxiqjabqgsg7n0a8snh03axxzpniazp93shb2l1b6x0f7d24n7"
-    else if stdenv.system == "i686-linux" then "02wb8pqcb1rk108r49cqyg7s14grmjnkr6p3068pkiwdwwgi8jakbt"
+    else if stdenv.system == "i686-linux" then "02wb8pqcb1rk108r49cqyg7s14grmjnkr6p3068pkiwdwwgi8jak"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
 in stdenv.mkDerivation {