Unverified Commit e617dedb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #276307 from wineee/labwc

labwc: 0.6.6 -> 0.7.0
parents 32e718f0 e4ef1c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+1 −1
Original line number Diff line number Diff line
@@ -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 { };