pantheon.elementary-notifications: 7.0.1 -> 8.0.0
https://github.com/elementary/notifications/compare/7.0.1...8.0.0
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elementary-notifications";
|
||||
version = "7.0.1";
|
||||
version = "8.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = "notifications";
|
||||
rev = version;
|
||||
sha256 = "sha256-of7Tw38yJAhHKICU3XxGwIOwqfUhrL7SGKqFd9Dps/I=";
|
||||
sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -44,12 +44,6 @@ stdenv.mkDerivation rec {
|
||||
libhandy
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/elementary/notifications/issues/222
|
||||
substituteInPlace src/FdoActionGroup.vala \
|
||||
--replace-fail "out VariantType" "out unowned VariantType"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user