diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-16 19:12:26 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-16 19:12:26 +0530 |
commit | fb12b8877d0b54e7235dc52e6ecf12165ad892b4 (patch) | |
tree | 9b116bf05845d204b10c746ae7c8808a1c0a64a2 /overlays/dwl-sinan.nix | |
parent | 52024bc83bf837dd0edaf08c52abcf5335e41825 (diff) |
wayland: bump dwl version, freezshot support23.05
Diffstat (limited to 'overlays/dwl-sinan.nix')
-rw-r--r-- | overlays/dwl-sinan.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/dwl-sinan.nix b/overlays/dwl-sinan.nix index b329b39..ff5c999 100644 --- a/overlays/dwl-sinan.nix +++ b/overlays/dwl-sinan.nix @@ -6,8 +6,8 @@ final: prev: pname = prevAttrs.pname + "-sinan"; src = prev.fetchgit { url = "https://git.sinanmohd.com/dwl"; - rev = "f708547efb0b3afe4149f6eb7bcc685fc39f351a"; - sha256 = "04rb90hasicm4aj51403hjxyyszm87qiqz6phrjy3364vkqvrx3c"; + rev = "cadde97ee92381bfc2222bf18cd876526ab8c948"; + hash = "sha256-H2HgOQnQ5Eltz8/OVpKlS2U89aaivg5t63Ie4fembw8="; }; } ); |