about summary refs log tree commit diff
path: root/pkgs/applications/graphics/leocad
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-12-29 18:42:19 -0600
committerWill Dietz <w@wdtz.org>2017-12-29 18:43:36 -0600
commit80b1d7ea434436fc00bf12e4b20f0b79cd1b6829 (patch)
tree01f6e3b241892baccc71127b74768288a046f067 /pkgs/applications/graphics/leocad
parent99b49592bc902b7254fe7897580012ce26f9dee4 (diff)
leocad: 17.02 -> 17.07
Diffstat (limited to 'pkgs/applications/graphics/leocad')
-rw-r--r--pkgs/applications/graphics/leocad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/leocad/default.nix b/pkgs/applications/graphics/leocad/default.nix
index 5f27cb4469947..6387a3e3c1b34 100644
--- a/pkgs/applications/graphics/leocad/default.nix
+++ b/pkgs/applications/graphics/leocad/default.nix
@@ -7,13 +7,13 @@ set the variable LEOCAD_LIB=/path/to/libs/ or use option -l /path/to/libs/
 
 stdenv.mkDerivation rec {
   name = "leocad-${version}";
-  version = "17.02";
+  version = "17.07";
 
   src = fetchFromGitHub {
     owner = "leozide";
     repo = "leocad";
     rev = "v${version}";
-    sha256 = "0d7l2il6r4swnmrmaf1bsrgpjgai5xwhwk2mkpcsddnk59790mmc";
+    sha256 = "1j361pvxywi4nb2alhnnd4qpqrpg6503gbi17cadcdi434gbqbsd";
   };
 
   nativeBuildInputs = [ qmake4Hook ];