1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

vidalia: update from 0.2.21 to 0.3.1

This commit is contained in:
Nixpkgs Monitor 2013-12-04 03:42:47 +02:00 committed by Evgeny Egorochkin
parent 1fba241e7d
commit ef4c8776b7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "vidalia-${version}";
version = "0.2.21";
version = "0.3.1";
src = fetchurl {
url = "https://www.torproject.org/dist/vidalia/${name}.tar.gz";
sha256 = "1rqvvhdqgk6jqrd15invvc4r7p4nckd3b93hhr5dzpc1fxz8w064";
sha256 = "1mw3wnlh18rj20qjv7jxjk3a8mf75p5wzv358qfs3sm3lqgd68qm";
};
buildInputs = [ cmake qt4 ];