about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-10-27 09:08:08 +0800
committerBobby Rong <rjl931189261@126.com>2022-10-27 09:08:08 +0800
commit1b4e88002defe046a7e3a6e6a77a92fe4357504b (patch)
treeef40386dba51a7f3612285d584e07c79800d75f6 /pkgs
parent299731eff41ae4460a615d0dbaae7c7ba37e0429 (diff)
pantheon.elementary-notifications: 6.0.2 -> 6.0.3
Diffstat (limited to 'pkgs')
-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 98fda866d6ca2..27b76ce340c10 100644
--- a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
@@ -18,13 +18,13 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-notifications";
-  version = "6.0.2";
+  version = "6.0.3";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = "notifications";
     rev = version;
-    sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
+    sha256 = "sha256-B1wo1N4heG872klFJOBKOEds0+6aqtvkTGefi97bdU8=";
   };
 
   nativeBuildInputs = [