lol

pantheon.elementary-notifications: 8.0.0 -> 8.1.0

https://github.com/elementary/notifications/compare/8.0.0...8.1.0

+2 -2
+2 -2
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "elementary-notifications"; 21 - version = "8.0.0"; 21 + version = "8.1.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "elementary"; 25 25 repo = "notifications"; 26 26 rev = version; 27 - sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI="; 27 + sha256 = "sha256-2+LV3O2V42gI+ysVoeO9KpLqmAj/Zk5F8LzO2RNZ1ZY="; 28 28 }; 29 29 30 30 nativeBuildInputs = [