pantheon.elementary-notifications: 8.0.0 -> 8.1.0

https://github.com/elementary/notifications/compare/8.0.0...8.1.0
This commit is contained in:
Bobby Rong
2025-05-24 23:26:38 +08:00
parent 2795c506fe
commit 55b8857bc1
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-notifications";
version = "8.0.0";
version = "8.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "notifications";
rev = version;
sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI=";
sha256 = "sha256-2+LV3O2V42gI+ysVoeO9KpLqmAj/Zk5F8LzO2RNZ1ZY=";
};
nativeBuildInputs = [