about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-10 12:23:02 +0800
committerBobby Rong <rjl931189261@126.com>2022-06-10 12:23:02 +0800
commit6667e3670fcbdc5f4c8a5b29601f48035f922e67 (patch)
tree2bb1255204122f440859aae4e0030765fc38a84f /pkgs/desktops
parent22e8068097cf022d8f2d212d3f8b2a7ebfb6c035 (diff)
pantheon.elementary-notifications: 6.0.1 -> 6.0.2
Diffstat (limited to 'pkgs/desktops')
-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 4cea8b0894d2d..afde58c5f5095 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 = [