summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/unison/default.nix
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-02-17 12:35:29 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2015-02-17 12:35:29 +0100
commit47203a86bfff337f067118ca8abe158ae940b273 (patch)
tree1b90166f9108c5b5297ccb3a07770e2ac8a28357 /pkgs/applications/networking/sync/unison/default.nix
parent17e6dd2da347f3b8ef44e9693068c5f8c3788579 (diff)
downloadnixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar.gz
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar.bz2
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar.lz
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar.xz
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.tar.zst
nixpkgs-47203a86bfff337f067118ca8abe158ae940b273.zip
unison: sha correction
Diffstat (limited to 'pkgs/applications/networking/sync/unison/default.nix')
-rw-r--r--pkgs/applications/networking/sync/unison/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/unison/default.nix b/pkgs/applications/networking/sync/unison/default.nix
index 72d2b2557d5..475d0ae466c 100644
--- a/pkgs/applications/networking/sync/unison/default.nix
+++ b/pkgs/applications/networking/sync/unison/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation (rec {
   name = "unison-2.48.3";
   src = fetchurl {
     url = "http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${name}.tar.gz";
-    sha256 = "1vmpf11f282sg0dzh28plmd0xcjy3y4z3jszyb1xklwmbvagk5d6";
+    sha256 = "10sln52rnnsj213jy3166m0q97qpwnrwl6mm529xfy10x3xkq3gl";
   };
 
   buildInputs = [ ocaml makeWrapper ncurses ];