meerk40t: 0.9.7930 -> 0.9.8000
This commit is contained in:
parent
9976b5902f
commit
24dcd731ff
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "MeerK40t";
|
pname = "MeerK40t";
|
||||||
version = "0.9.7930";
|
version = "0.9.8000";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "meerk40t";
|
owner = "meerk40t";
|
||||||
repo = "MeerK40t";
|
repo = "MeerK40t";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-7igY6qEHDUAyyKK+T0WFNfGPYy8VnMLYaWHyBE8EMSs=";
|
hash = "sha256-KvXX4s+oKj7nksQyb4U827A2JQ1z6hwrBxBAg4RfW8s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -76,7 +76,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/meerk40t/meerk40t/releases/tag/${version}";
|
changelog = "https://github.com/meerk40t/meerk40t/releases/tag/${src.tag}";
|
||||||
description = "MeerK40t LaserCutter Software";
|
description = "MeerK40t LaserCutter Software";
|
||||||
mainProgram = "meerk40t";
|
mainProgram = "meerk40t";
|
||||||
homepage = "https://github.com/meerk40t/meerk40t";
|
homepage = "https://github.com/meerk40t/meerk40t";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user