Skip to content

Commit e8488ab

Browse files
committed
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 (raboof/notion#303) @florolf/@raboof * Fix potential livelock in do_timer_set (raboof/notion#302) @dnr Docs * Add more docs to cfg_notion.lua (raboof/notion#283) @raboof Under the hood * Trigger release drafter from github actions (raboof/notion#304) @raboof * Remove some colorful language (raboof/notion#296) @raboof https://github.com/raboof/notion/releases/tag/4.0.2
1 parent e9158ec commit e8488ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/window-managers/notion/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "notion";
10-
version = "4.0.1";
10+
version = "4.0.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "raboof";
1414
repo = pname;
1515
rev = version;
16-
sha256 = "1s0fyacygvc9iz7b9v3b2cmzzqc02nh4g1p9bfcxbg254iscd502";
16+
sha256 = "14swd0yqci8lxn259fkd9w92bgyf4rmjwgvgyqp78wlfix6ai4mv";
1717
};
1818

1919
nativeBuildInputs = [ pkgconfig makeWrapper groff ];

0 commit comments

Comments
 (0)