summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-06 04:56:35 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-06 04:56:35 +0000
commitd3b5e28142499528f6750fffff3f3e10286ab16a (patch)
treedf36e5893e5f37637e3e9d4a2225e8e358c16661
parent5f0bd4d70f18b3499005eb61a34acb98c9b05756 (diff)
downloadnixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar.gz
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar.bz2
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar.lz
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar.xz
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.tar.zst
nixpkgs-d3b5e28142499528f6750fffff3f3e10286ab16a.zip
cq-editor: 0.1RC2 -> 0.1.1
-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 a6cfd256ac5..036edf80ab9 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.1RC2";
+  version = "0.1.1";
 
   src = fetchFromGitHub {
     owner = "CadQuery";
     repo = "CQ-editor";
     rev = version;
-    sha256 = "0zima4pmn34s8b2axxwy6qd1f1r5ki34byq4x3rrd7n3g0hagxz5";
+    sha256 = "1970izjaa60r5cg9i35rzz9lk5c5d8q1vw1rh2skvfbf63z1hnzv";
   };
 
   propagatedBuildInputs = with python3Packages; [