Merge pull request #132308 from SFrijters/sweethome3d-6.6

sweethome3d: 6.5.2 -> 6.6

authored by Sandro and committed by GitHub 00689008 3693fbab

+4 -4
+2 -2
pkgs/applications/misc/sweethome3d/default.nix
··· 100 101 application = mkSweetHome3D rec { 102 pname = lib.toLower module + "-application"; 103 - version = "6.5.2"; 104 module = "SweetHome3D"; 105 description = "Design and visualize your future home"; 106 license = lib.licenses.gpl2Plus; 107 src = fetchurl { 108 url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip"; 109 - sha256 = "1j0xm2vmcxxjmf12k8rfnisq9hd7hqaiyxrfbrbjxis9iq3kycp3"; 110 }; 111 desktopName = "Sweet Home 3D"; 112 icons = {
··· 100 101 application = mkSweetHome3D rec { 102 pname = lib.toLower module + "-application"; 103 + version = "6.6"; 104 module = "SweetHome3D"; 105 description = "Design and visualize your future home"; 106 license = lib.licenses.gpl2Plus; 107 src = fetchurl { 108 url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip"; 109 + sha256 = "sha256-CnVXpmodmyoZdqmt7OgRyzuLeDhkPhrAS/CldFM8SQs="; 110 }; 111 desktopName = "Sweet Home 3D"; 112 icons = {
+2 -2
pkgs/applications/misc/sweethome3d/editors.nix
··· 99 }; 100 101 furniture-editor = mkEditorProject rec { 102 - version = "1.27"; 103 module = "FurnitureLibraryEditor"; 104 pname = module; 105 description = "Quickly create SH3F files and edit the properties of the 3D models it contain"; 106 license = lib.licenses.gpl2; 107 src = fetchurl { 108 url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip"; 109 - sha256 = "1zxbcn9awgax8lalzkc05f5yfwbgnrayc17fkyv5i19j4qb3r2a0"; 110 }; 111 desktopName = "Sweet Home 3D - Furniture Library Editor"; 112 };
··· 99 }; 100 101 furniture-editor = mkEditorProject rec { 102 + version = "1.28"; 103 module = "FurnitureLibraryEditor"; 104 pname = module; 105 description = "Quickly create SH3F files and edit the properties of the 3D models it contain"; 106 license = lib.licenses.gpl2; 107 src = fetchurl { 108 url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip"; 109 + sha256 = "sha256-r5xJlUctUdcknJfm8rbz+bdzFhqgHsHpHwxEC4mItws="; 110 }; 111 desktopName = "Sweet Home 3D - Furniture Library Editor"; 112 };