cobang: 1.7.1 -> 1.9.0

This commit is contained in:
aleksana
2025-11-13 09:25:29 +08:00
parent b4799c4e2a
commit d7e96043a0
+2 -8
View File
@@ -18,22 +18,16 @@
python3Packages.buildPythonApplication rec {
pname = "cobang";
version = "1.7.1";
version = "1.9.1";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
tag = "v${version}";
hash = "sha256-rBGz9g6+6jguJggBQKlyOWoME3VHOP8Gq4VtYywoVdI=";
hash = "sha256-jF6hWpOPbJKRyUWRyZdp4OziCdJupyFpNdrsiOdjByA=";
};
# https://github.com/hongquan/CoBang/issues/117
postPatch = ''
substituteInPlace src/window.blp \
--replace-fail 'seeing-symbolic' 'scanner-symbolic'
'';
nativeBuildInputs = [
blueprint-compiler
desktop-file-utils