mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
dwl: 0.6 -> 0.7 (#338222)
This commit is contained in:
commit
15ab8bcb74
@ -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 = [
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user