Commit a3d34437 authored by tea's avatar tea
Browse files

wayfirePlugins.wcm: 0.9.0 -> 0.10.0

parent d6647404
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "wcm";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "WayfireWM";
    repo = "wcm";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-oaaEtyu/9XVhFTkmD7WjScMycpKf+M7oPyQatbY23Vo=";
    hash = "sha256-O4BYwb+GOMZIn3I2B/WMJ5tUZlaegvwBuyNK9l/gxvQ=";
  };

  nativeBuildInputs = [
@@ -48,10 +48,6 @@ stdenv.mkDerivation (finalAttrs: {
    libxkbcommon
  ];

  mesonFlags = [
    "-Denable_wdisplays=false"
  ];

  meta = {
    homepage = "https://github.com/WayfireWM/wcm";
    description = "Wayfire Config Manager";