Merge pull request #276307 from wineee/labwc

labwc: 0.6.6 -> 0.7.0
This commit is contained in:
Weijia Wang 2024-01-04 19:47:34 +01:00 committed by GitHub
commit e617dedb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.6.6";
version = "0.7.0";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-ahupqI4mLrgQQjzdfLeQATc2iXQ0V6Sz5f6Yv1koLL0=";
hash = "sha256-/z2Wo9zhuEVIpk8jHYwg2JbBqkX7tfDP2KTZ9yzj454=";
};
nativeBuildInputs = [

View File

@ -33249,7 +33249,7 @@ with pkgs;
lame = callPackage ../development/libraries/lame { };
labwc = callPackage ../by-name/la/labwc/package.nix {
wlroots = wlroots_0_16;
wlroots = wlroots_0_17;
};
larswm = callPackage ../applications/window-managers/larswm { };