diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-03 20:03:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 20:03:50 +0000 |
| commit | 36c63dedfb0853fbab6c6f14c02fd1c4614c1d0f (patch) | |
| tree | 59e1f9836837d3a0a52ef661b71d38cd401e8bc8 | |
| parent | b6e16d72518ecadc8024d22ffc8703d35a269efe (diff) | |
dmenu update
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index f1099e0..1c4fccf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,7 +101,7 @@ (dmenu.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/dmenu.git"; - rev = "bed00c031b2c004be3742edc88b98d2c047fc673"; + rev = "21f4e2fd04c9dc6d4c5f5cfdbc3188b31d4657c0"; }; }) (slstatus.overrideAttrs { |
