Commit 08000db6 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

sweethome3d.application: 7.3 -> 7.5

parent 4a29ed17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,13 +108,13 @@ in {

  application = mkSweetHome3D rec {
    pname = lib.toLower module + "-application";
    version = "7.3";
    version = "7.5";
    module = "SweetHome3D";
    description = "Design and visualize your future home";
    license = lib.licenses.gpl2Plus;
    src = fetchzip {
      url = "mirror://sourceforge/sweethome3d/${module}-${version}-src.zip";
      hash = "sha256-adMQzQE+xAZpMJyQFm01A+AfvcB5YHsJvk+533BUf1Q=";
      hash = "sha256-+rAhq5sFXC34AMYCcdAYZzrUa3LDy4S5Zid4DlEVvTQ=";
    };
    desktopName = "Sweet Home 3D";
    icons = {