dwl: 0.4 -> 0.5

This commit is contained in:
rewine 2023-11-27 12:14:33 +08:00
parent e5ffde60d5
commit 3ed88c578c
2 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dwl";
version = "0.4";
version = "0.5";
src = fetchFromGitHub {
owner = "djpohly";
repo = "dwl";
rev = "v${finalAttrs.version}";
hash = "sha256-OW7K7yMYSzqZWpQ9Vmpy8EgdWvyv3q1uh8A40f6AQF4=";
hash = "sha256-U/vqGE1dJKgEGTfPMw02z5KJbZLWY1vwDJWnJxT8urM=";
};
nativeBuildInputs = [

View File

@ -31276,7 +31276,7 @@ with pkgs;
dyff = callPackage ../development/tools/dyff { };
dwl = callPackage ../applications/window-managers/dwl {
wlroots = wlroots_0_16;
wlroots = wlroots_0_17;
};
dwm = callPackage ../applications/window-managers/dwm {