cobang: 2.3.1 -> 2.5.2

This commit is contained in:
Anna Frühling
2026-05-18 13:04:17 +02:00
parent ed775bb58f
commit b093881554
+2 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cobang";
version = "2.3.1";
version = "2.5.2";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
tag = "v${finalAttrs.version}";
hash = "sha256-8qnF1w4zNYdH3QrzBnNjsPnOSMMD48H2tcTxPkemGEM=";
hash = "sha256-q28pSvEqWy56qNh7aE05PB6l3Hpu7eazz52REmQDYhY=";
};
nativeBuildInputs = [