lxqt.lxqt-notificationd: 2.0.1 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:15 -03:00
parent a8199e83f6
commit 761b105f8f

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-notificationd";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-qmBHeXKBJD97Me2zNSn7bNr0UrObGmvj8Pn19GQGktI=";
hash = "sha256-Iu3U036ebh9lMxCn1gt29nCQxs7N2ZLQHfg9HP3FSm0=";
};
nativeBuildInputs = [