We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2795c50 commit 55b8857Copy full SHA for 55b8857
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation rec {
20
pname = "elementary-notifications";
21
- version = "8.0.0";
+ version = "8.1.0";
22
23
src = fetchFromGitHub {
24
owner = "elementary";
25
repo = "notifications";
26
rev = version;
27
- sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI=";
+ sha256 = "sha256-2+LV3O2V42gI+ysVoeO9KpLqmAj/Zk5F8LzO2RNZ1ZY=";
28
};
29
30
nativeBuildInputs = [
0 commit comments