sweethome3d: update to latest

This commit is contained in:
Bjørn Forsman
2014-10-05 15:59:12 +02:00
parent bc2ab990cc
commit e657a596b1
2 changed files with 6 additions and 6 deletions
@@ -50,14 +50,14 @@ let
in rec {
application = mkSweetHome3D rec {
version = "4.3.1";
version = "4.4";
module = "SweetHome3D";
name = stdenv.lib.toLower module + "-application-" + version;
description = "Design and visualize your future home";
license = stdenv.lib.licenses.gpl2Plus;
src = fetchcvs {
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
sha256 = "0jn3xamghz8rsmzvpd57cvz32yk8mni8dyx15xizjcki0450bp3f";
sha256 = "1ziqq8wm6la7bsqya6gc8cc2vz02phl88msqjgqqfl2jf8bz9afv";
module = module;
tag = "V_" + d2u version;
};