Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

sweethome3d: 5.4 -> 6.0 (#52783)

authored by

Milan Svoboda and committed by
Orivej Desh (NixOS)
201d739b 45c073e4

+6 -7
+6 -7
pkgs/applications/misc/sweethome3d/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchcvs, makeWrapper, makeDesktopItem, jdk, jre, ant 2 , gtk3, gsettings-desktop-schemas, p7zip, libXxf86vm }: 3 4 let ··· 74 in rec { 75 76 application = mkSweetHome3D rec { 77 - version = "5.4"; 78 module = "SweetHome3D"; 79 name = stdenv.lib.toLower module + "-application-" + version; 80 description = "Design and visualize your future home"; 81 license = stdenv.lib.licenses.gpl2Plus; 82 - src = fetchcvs { 83 - cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d"; 84 - sha256 = "09sk4svmaiw8dabcya3407iq5yjwxbss8pik1rzalrlds2428vyw"; 85 - module = module; 86 - tag = "V_" + d2u version; 87 }; 88 desktopName = "Sweet Home 3D"; 89 icons = {
··· 1 + { lib, stdenv, fetchurl, fetchsvn, makeWrapper, makeDesktopItem, jdk, jre, ant 2 , gtk3, gsettings-desktop-schemas, p7zip, libXxf86vm }: 3 4 let ··· 74 in rec { 75 76 application = mkSweetHome3D rec { 77 + version = "6.0"; 78 module = "SweetHome3D"; 79 name = stdenv.lib.toLower module + "-application-" + version; 80 description = "Design and visualize your future home"; 81 license = stdenv.lib.licenses.gpl2Plus; 82 + src = fetchsvn { 83 + url = "https://svn.code.sf.net/p/sweethome3d/code/tags/V_" + d2u version + "/SweetHome3D/"; 84 + sha256 = "1l4kc1c2iwkggmcdb2wksb4vrh97ll804vc51yawhdlq9g567ky9"; 85 + rev = "6647"; 86 }; 87 desktopName = "Sweet Home 3D"; 88 icons = {