diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-05 21:29:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-05 21:29:02 +0530 |
commit | 93db2141c1373433dc41eb65fbe4b8b707b16dbc (patch) | |
tree | f3a6656816a3dabdec91bc00734ed296c597b26d /features | |
parent | e7e9fbd741076a0a357cd90cd238446e4eaf514b (diff) |
wayland: bump dwl version
Diffstat (limited to 'features')
-rw-r--r-- | features/wayland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/wayland.nix b/features/wayland.nix index 99b252c..b21534d 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -36,8 +36,8 @@ let name = "dwl-sinan"; src = fetchgit { url = "https://git.sinanmohd.com/dwl"; - rev = "2edd9f1448d4d8641c3cff3b0112694d2636241c"; - sha256 = "1wns3g7r7g5gcc8vcrffrvvx1cfp33myb80l0p6pv6qaflvb5i0a"; + rev = "f708547efb0b3afe4149f6eb7bcc685fc39f351a"; + sha256 = "04rb90hasicm4aj51403hjxyyszm87qiqz6phrjy3364vkqvrx3c"; }; }); in |