mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
cq-editor: 0.1RC2 -> 0.1.1
This commit is contained in:
parent
5f0bd4d70f
commit
d3b5e28142
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
mkDerivationWith python3Packages.buildPythonApplication rec {
|
mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||||
pname = "cq-editor";
|
pname = "cq-editor";
|
||||||
version = "0.1RC2";
|
version = "0.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CadQuery";
|
owner = "CadQuery";
|
||||||
repo = "CQ-editor";
|
repo = "CQ-editor";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zima4pmn34s8b2axxwy6qd1f1r5ki34byq4x3rrd7n3g0hagxz5";
|
sha256 = "1970izjaa60r5cg9i35rzz9lk5c5d8q1vw1rh2skvfbf63z1hnzv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user