lxqt.lxqt-notificationd: 2.3.0 -> 2.3.1

Diff: https://github.com/lxqt/lxqt-notificationd/compare/2.3.0...2.3.1
This commit is contained in:
José Romildo
2025-12-23 16:45:13 -03:00
parent e3fab530a0
commit e26deebd97
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-notificationd";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-notificationd";
rev = version;
hash = "sha256-VmPVGqCmkTkib2T5ysov1hUY3J74GTuXdJsn5Sivreo=";
hash = "sha256-TfTOuarMq2m5rAdcfiKqjyGeJzKyUSvhkJ2EoGUMTUQ=";
};
nativeBuildInputs = [