Unverified Commit 15ab8bcb authored by rewine's avatar rewine Committed by GitHub
Browse files

dwl: 0.6 -> 0.7 (#338222)

parents 8cacb0aa 415ba70c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 {