Updated dwm
This commit is contained in:
parent
bf3a7bc2d1
commit
bd1135d5c7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
||||||
dwm = pkgs.dwm.overrideAttrs (old: {
|
dwm = pkgs.dwm.overrideAttrs (old: {
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/FredzyW/dwm-conf.git";
|
url = "https://github.com/FredzyW/dwm-conf.git";
|
||||||
rev = "4f5ec82ead4cdcdeaeade322172837ed8a37ddff";
|
rev = "eb3015553442df6a92a79d47ff4ace8297edb9cb";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
xorg.libX11.dev
|
xorg.libX11.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue