forked from mirrors/nixpkgs
Updating unison.
svn path=/nixpkgs/trunk/; revision=19468
This commit is contained in:
parent
c210665b4a
commit
89944b6cf0
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
name = "unison-2.27.57";
|
||||
name = "unison-2.32.52";
|
||||
src = fetchurl {
|
||||
url = "http://www.seas.upenn.edu/~bcpierce/unison/download/releases/unison-2.27.57/unison-2.27.57.tar.gz";
|
||||
sha256 = "49299ec14216a8467b2c6ba148f8145bec31fa787433f9ce3851c2d62f0035ae";
|
||||
url = "http://www.seas.upenn.edu/~bcpierce/unison/download/releases/${name}/${name}.tar.gz";
|
||||
sha256 = "11844yh1gpjjapn8pvc14hla7g70spwqy6h61qk2is83mpafahhm";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml makeWrapper];
|
||||
|
@ -22,4 +22,12 @@ stdenv.mkDerivation (rec {
|
|||
done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cis.upenn.edu/~bcpierce/unison/;
|
||||
description = "Bidirectional file synchronizer";
|
||||
license = "GPLv3+";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue