summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-10 12:23:02 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-10 11:14:59 +0000
commit9bb49b913ef3d25eae3ab0912e55ef6edafb5254 (patch)
tree903e0fad49dbb35b76809fd87fa443115431be1b
parentpantheon.elementary-videos: 2.8.3 -> 2.8.4 (diff)
downloadnixpkgs-9bb49b913ef3d25eae3ab0912e55ef6edafb5254.tar.gz
pantheon.elementary-notifications: 6.0.1 -> 6.0.2
(cherry picked from commit 6667e3670fcbdc5f4c8a5b29601f48035f922e67)
-rw-r--r--pkgs/desktops/pantheon/services/elementary-notifications/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
index 4cea8b0894d2..afde58c5f509 100644
--- a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "elementary-notifications";
- version = "6.0.1";
+ version = "6.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "notifications";
rev = version;
- sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg=";
+ sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
};
nativeBuildInputs = [