summary refs log tree commit diff
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
parentbe00210050ee148dbbafd32f70b5aeb21140b0d7 (diff)
downloadnixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar.gz
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar.bz2
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar.lz
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar.xz
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.tar.zst
nixpkgs-a2ba99b22fe225b4da7600b77ebae8b7dc2271e1.zip
cq-editor: 0.1RC1 -> 0.1RC2
-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 a6b35b1d8ea..a6cfd256ac5 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; [