wayfirePlugins.wcm: 0.8.0 -> 0.9.0 (#337654)

This commit is contained in:
rewine
2024-08-27 20:36:29 +08:00
committed by GitHub
@@ -18,14 +18,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wcm";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wcm";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-UwHJ4Wi83ATnA1CQKNSt8Qga7ooLnAY7QARz2FXvUIo=";
hash = "sha256-oaaEtyu/9XVhFTkmD7WjScMycpKf+M7oPyQatbY23Vo=";
};
nativeBuildInputs = [