From dc87be5fb929ddd62f0fd6c3521c3f9574048af1 Mon Sep 17 00:00:00 2001 From: edef Date: Wed, 1 May 2019 08:35:50 +0000 Subject: [PATCH] solvespace: 2.3-20190422 -> 2.3-20190501 This reverts the change in git commit hash handling, but is otherwise identical. --- .../graphics/solvespace/default.nix | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/graphics/solvespace/default.nix b/pkgs/applications/graphics/solvespace/default.nix index c1963e893d70..7046caad295e 100644 --- a/pkgs/applications/graphics/solvespace/default.nix +++ b/pkgs/applications/graphics/solvespace/default.nix @@ -3,13 +3,12 @@ , wrapGAppsHook }: stdenv.mkDerivation rec { - name = "solvespace-2.3-20190422"; - rev = "fa6622903010eb82b07b16adf06d31d5ffcd6bb9"; - + name = "solvespace-2.3-20190501"; + rev = "e7b75f19c34c923780db776592b47152650d8f22"; src = fetchgit { url = https://github.com/solvespace/solvespace; inherit rev; - sha256 = "144w5l8cc5cpzqm6hjdp98a5k08whska1hmvwnz0c7glfji4z4dk"; + sha256 = "07k4mbzxf0dmzwdhjx5nc09y7rn1schkaypsw9kz0l7ppylprpp2"; fetchSubmodules = true; }; @@ -23,6 +22,20 @@ stdenv.mkDerivation rec { ]; enableParallelBuilding = true; + preConfigure = '' + patch CMakeLists.txt <