dwl: 0.6 -> 0.7 (#338222)

This commit is contained in:
rewine 2024-08-31 23:27:29 +08:00 committed by GitHub
commit 15ab8bcb74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -38,14 +38,14 @@
assert withCustomConfigH -> (configH != null);
stdenv.mkDerivation (finalAttrs: {
pname = "dwl";
version = "0.6";
version = "0.7";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dwl";
repo = "dwl";
rev = "v${finalAttrs.version}";
hash = "sha256-fygUzEi4bgopesvHByfpatkLFYI98qozJOUBNM2t9Mg=";
hash = "sha256-7SoCITrbMrlfL4Z4hVyPpjB9RrrjLXHP9C5t1DVXBBA=";
};
nativeBuildInputs = [

View File

@ -29529,7 +29529,7 @@ with pkgs;
dyff = callPackage ../development/tools/dyff { };
dwl = callPackage ../by-name/dw/dwl/package.nix {
wlroots = wlroots_0_17;
wlroots = wlroots_0_18;
};
dwm = callPackage ../applications/window-managers/dwm {