Merge pull request #67037 from jbgi/patch-5

sweethome3d: 6.1.2 -> 6.2
This commit is contained in:
WilliButz 2019-08-20 12:42:45 +02:00 committed by GitHub
commit d54deb4ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -74,15 +74,15 @@ let
in rec {
application = mkSweetHome3D rec {
version = "6.1.2";
version = "6.2";
module = "SweetHome3D";
name = stdenv.lib.toLower module + "-application-" + version;
description = "Design and visualize your future home";
license = stdenv.lib.licenses.gpl2Plus;
src = fetchsvn {
url = "https://svn.code.sf.net/p/sweethome3d/code/tags/V_" + d2u version + "/SweetHome3D/";
sha256 = "14svi112kml175dblzcdjzhlfwbp1cy6rki49mqb3632hwmif6ya";
rev = "6750";
sha256 = "0a514a1zmipykvawil46v826ivkw9c00vdkyggyl6m41giay15zf";
rev = "6822";
};
desktopName = "Sweet Home 3D";
icons = {