devtoolbox: 1.2.1 -> 1.2.2 (#383785)

This commit is contained in:
Aleksana
2025-02-24 17:04:37 +08:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "devtoolbox";
version = "1.2.1";
version = "1.2.2";
pyproject = false; # uses meson
src = fetchFromGitHub {
owner = "aleiepure";
repo = "devtoolbox";
tag = "v${version}";
hash = "sha256-yeOX2ASQWpo3TN9ou25voOVD3pSK4SE0CDXHkrwu+E4=";
hash = "sha256-kgnCqPlLFVQ6kgfstQ59OeF28etMsfK4qvCn4P92ET4=";
};
postPatch = ''