censor: 0.10.0 -> 0.10.1

This commit is contained in:
Jonas Heinrich
2026-08-19 15:29:28 +02:00
parent 0ae2bc1419
commit f2cd2e8740

View File

@@ -9,27 +9,33 @@
ninja,
pkg-config,
desktop-file-utils,
libxml2,
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "censor";
version = "0.10.0";
version = "0.10.1";
pyproject = false;
src = fetchFromCodeberg {
owner = "censor";
repo = "Censor";
tag = "v${finalAttrs.version}";
hash = "sha256-F6ODQyI1hELVpHENmOfEDg0uenniqaICQVPvdDKKLzE=";
hash = "sha256-cNUokMWbvwPIq6gdnwkPwMWBlqo3HjqLeSyPyEDYrts=";
};
postPatch = ''
patchShebangs po/build.sh
'';
nativeBuildInputs = [
desktop-file-utils
gobject-introspection
libxml2 # xmllint
meson
ninja
pkg-config
gobject-introspection
wrapGAppsHook4
desktop-file-utils
];
buildInputs = [