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
commit 2fab9d6d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [