Merge pull request #309985 from romildo/upd.lxqt-notificationd

lxqt.lxqt-notificationd: 2.0.0 -> 2.0.1
This commit is contained in:
Nick Cao 2024-05-08 10:41:12 -04:00 committed by GitHub
commit 1f08cbcc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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