summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-12-21 15:33:39 +0100
committerArnout Engelen <arnout@bzzt.net>2020-12-21 15:36:39 +0100
commite8488ab545383da8e189ccaddc33c6d9ef5a5ef1 (patch)
treec5ce6b801df85a0f3009e648bd3daa7c3cd8f99f /pkgs/applications/window-managers
parente9158eca70ae59e73fae23be5d13d3fa0cfc78b4 (diff)
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
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/notion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/notion/default.nix b/pkgs/applications/window-managers/notion/default.nix
index 494bb9ff1b71..a00462e81113 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 ];