about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-10-27 18:43:39 +0800
committerGitHub <noreply@github.com>2022-10-27 18:43:39 +0800
commitaaf447c63109dbd4d8cae21a386e134396eeed34 (patch)
tree8c19cb906a7d9ba575665c9aa1724aca2ead1850 /pkgs/desktops/pantheon
parent09c8582dc0d0c2d8b588e5b114a9408a45a50acd (diff)
parent1b4e88002defe046a7e3a6e6a77a92fe4357504b (diff)
Merge pull request #197992 from bobby285271/pantheon
pantheon.elementary-notifications: 6.0.2 -> 6.0.3
Diffstat (limited to 'pkgs/desktops/pantheon')
-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 = [