devtoolbox: 1.2.5 -> 1.3.0

This commit is contained in:
aleksana
2025-07-09 10:13:24 +08:00
parent 69fd239950
commit 83607993f8
+5 -2
View File
@@ -20,16 +20,17 @@
}:
python3Packages.buildPythonApplication rec {
pname = "devtoolbox";
version = "1.2.5";
version = "1.3.0";
pyproject = false; # uses meson
src = fetchFromGitHub {
owner = "aleiepure";
repo = "devtoolbox";
tag = "v${version}";
hash = "sha256-CgpSZvpwBKo2gzp2QbBPFBK0tPhqKFC/DxXdmTWVAwc=";
hash = "sha256-ReF70pNMrMweEB4WAGQT++9TxTN4gV1olln7Y6YWCis=";
};
# test after update
postPatch = ''
substituteInPlace src/views/reverse_cron.py \
--replace-fail '"\D"' 'r"\D"'
@@ -80,6 +81,8 @@ python3Packages.buildPythonApplication rec {
python-dateutil
rcssmin
rjsmin
cryptography
color-parser-py
];
dontWrapGApps = true;