Skip to content

Commit 6667e36

Browse files
committed
pantheon.elementary-notifications: 6.0.1 -> 6.0.2
1 parent 22e8068 commit 6667e36

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/services/elementary-notifications

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/services/elementary-notifications/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "elementary-notifications";
20-
version = "6.0.1";
20+
version = "6.0.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "elementary";
2424
repo = "notifications";
2525
rev = version;
26-
sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg=";
26+
sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)