dwl: 0.6 -> 0.7

This commit is contained in:
Constantin Gahr
2024-08-30 14:52:04 +02:00
parent ff4a5fc769
commit 415ba70c9d
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
@@ -29540,7 +29540,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 {