mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Fixed download url for Unison File Syncronizer.
svn path=/nixpkgs/trunk/; revision=18793
This commit is contained in:
parent
bf7a38f3ff
commit
ec6f4788bb
|
@ -4,7 +4,7 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
name = "unison-2.27.57";
|
||||
src = fetchurl {
|
||||
url = "http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/unison-2.27.57.tar.gz";
|
||||
url = "http://www.seas.upenn.edu/~bcpierce/unison/download/releases/unison-2.27.57/unison-2.27.57.tar.gz";
|
||||
sha256 = "49299ec14216a8467b2c6ba148f8145bec31fa787433f9ce3851c2d62f0035ae";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue