cq-editor: 0.1RC1 -> 0.1RC2

This commit is contained in:
Marcus Boyd 2020-05-22 12:21:04 +09:30
parent be00210050
commit a2ba99b22f

View File

@ -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; [