Skip to content

Commit 55b8857

Browse files
committed
pantheon.elementary-notifications: 8.0.0 -> 8.1.0
elementary/notifications@8.0.0...8.1.0
1 parent 2795c50 commit 55b8857

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
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "elementary-notifications";
21-
version = "8.0.0";
21+
version = "8.1.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "elementary";
2525
repo = "notifications";
2626
rev = version;
27-
sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI=";
27+
sha256 = "sha256-2+LV3O2V42gI+ysVoeO9KpLqmAj/Zk5F8LzO2RNZ1ZY=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)