dwl: 0.6 -> 0.7 (#338222)

This commit is contained in:
rewine
2024-08-31 23:27:29 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
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 = [
+1 -1
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 {