about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-05-22 10:34:58 -0400
committerGitHub <noreply@github.com>2020-05-22 10:34:58 -0400
commit531eab10a89ae299735490626e206a68552a2b08 (patch)
tree7dfe17b68975aadb0f69cbc3025f77f128147ba2 /pkgs/applications/graphics
parent0ddf012e303045f535af1a953411626c4908abb6 (diff)
parenta2ba99b22fe225b4da7600b77ebae8b7dc2271e1 (diff)
downloadnixlib-531eab10a89ae299735490626e206a68552a2b08.tar
nixlib-531eab10a89ae299735490626e206a68552a2b08.tar.gz
nixlib-531eab10a89ae299735490626e206a68552a2b08.tar.bz2
nixlib-531eab10a89ae299735490626e206a68552a2b08.tar.lz
nixlib-531eab10a89ae299735490626e206a68552a2b08.tar.xz
nixlib-531eab10a89ae299735490626e206a68552a2b08.tar.zst
nixlib-531eab10a89ae299735490626e206a68552a2b08.zip
Merge pull request #88572 from marcus7070/marcus7070/cq-bump
python3Packages.cadquery: 2.0RC0 -> 2.0
Diffstat (limited to 'pkgs/applications/graphics')
-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 a6b35b1d8ea6..a6cfd256ac58 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; [