From e8488ab545383da8e189ccaddc33c6d9ef5a5ef1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 21 Dec 2020 15:33:39 +0100 Subject: [PATCH] notion: 4.0.1 -> 4.0.2 What's New The highlight of this release is fixing the long-standing issue where Firefox popups would sometimes show up in the wrong place on multi-monitor setups (https://github.com/raboof/notion/issue/59), thanks to great detective work by @florolf . Thanks! * Initial implementation of _NET_FRAME_EXTENTS (https://github.com/raboof/notion/pull/303) @florolf/@raboof * Fix potential livelock in do_timer_set (https://github.com/raboof/notion/pull/302) @dnr Docs * Add more docs to cfg_notion.lua (https://github.com/raboof/notion/pull/283) @raboof Under the hood * Trigger release drafter from github actions (https://github.com/raboof/notion/pull/304) @raboof * Remove some colorful language (https://github.com/raboof/notion/pull/296) @raboof https://github.com/raboof/notion/releases/tag/4.0.2 --- pkgs/applications/window-managers/notion/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/notion/default.nix b/pkgs/applications/window-managers/notion/default.nix index 494bb9ff1b7..a00462e8111 100644 --- a/pkgs/applications/window-managers/notion/default.nix +++ b/pkgs/applications/window-managers/notion/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "notion"; - version = "4.0.1"; + version = "4.0.2"; src = fetchFromGitHub { owner = "raboof"; repo = pname; rev = version; - sha256 = "1s0fyacygvc9iz7b9v3b2cmzzqc02nh4g1p9bfcxbg254iscd502"; + sha256 = "14swd0yqci8lxn259fkd9w92bgyf4rmjwgvgyqp78wlfix6ai4mv"; }; nativeBuildInputs = [ pkgconfig makeWrapper groff ];