about summary refs log tree commit diff
path: root/pkgs/applications/graphics/cq-editor
diff options
context:
space:
mode:
authorMarcus Boyd <mwb@geosol.com.au>2020-05-22 12:21:04 +0930
committerMarcus Boyd <mwb@geosol.com.au>2020-05-22 14:25:48 +0930
commita2ba99b22fe225b4da7600b77ebae8b7dc2271e1 (patch)
tree89a50669768426364096044d8d938a72c98bd428 /pkgs/applications/graphics/cq-editor
parentbe00210050ee148dbbafd32f70b5aeb21140b0d7 (diff)
cq-editor: 0.1RC1 -> 0.1RC2
Diffstat (limited to 'pkgs/applications/graphics/cq-editor')
-rw-r--r--pkgs/applications/graphics/cq-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/cq-editor/default.nix b/pkgs/applications/graphics/cq-editor/default.nix
index a6b35b1d8ea61..a6cfd256ac581 100644
--- a/pkgs/applications/graphics/cq-editor/default.nix
+++ b/pkgs/applications/graphics/cq-editor/default.nix
@@ -6,13 +6,13 @@
 
 mkDerivationWith python3Packages.buildPythonApplication rec {
   pname = "cq-editor";
-  version = "0.1RC1";
+  version = "0.1RC2";
 
   src = fetchFromGitHub {
     owner = "CadQuery";
     repo = "CQ-editor";
     rev = version;
-    sha256 = "0iwcpnj15s64k16948sakvkn1lb4mqwrhmbxk3r03bczs0z33zax";
+    sha256 = "0zima4pmn34s8b2axxwy6qd1f1r5ki34byq4x3rrd7n3g0hagxz5";
   };
 
   propagatedBuildInputs = with python3Packages; [