diff --git a/flake.lock b/flake.lock index 6aea5c0a..caece0a6 100644 --- a/flake.lock +++ b/flake.lock @@ -42,11 +42,11 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1627547647, - "narHash": "sha256-HHsFFt2FjhUVdPEbzWnI76D3Br3YoMye8t9ak1uBH7E=", + "lastModified": 1627579950, + "narHash": "sha256-MUbgLOeNjgTUVxzVWZ4Gjek2PlgC4r206PgVkNslrmY=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "99299813ca10b3e4fd96eaa3c3030cbb306dca68", + "rev": "de00abcd9631b104ef2868e1e0a877b1ec6b5633", "type": "github" }, "original": { diff --git a/modules/graphical/qutebrowser/default.nix b/modules/graphical/qutebrowser/default.nix index 154e79cc..a43559bf 100644 --- a/modules/graphical/qutebrowser/default.nix +++ b/modules/graphical/qutebrowser/default.nix @@ -13,7 +13,7 @@ patches = (old.patches or [ ]) ++ [ (self.fetchpatch { url = "https://github.com/qutebrowser/qutebrowser/pull/6626.patch"; - sha256 = "pBMyXGizVJfhPK8i1q38g2HFupeP/4GrR9THwYRxAmk="; + sha256 = "aWhkUQ2eaLNiQwxRTbzfFrM0TrDSKtPKinjGu/RknLk="; }) ]; });