wayfire{Plugins}: 0.8.1 -> 0.9.0 (#337195)

This commit is contained in:
rewine 2024-08-27 15:33:34 +08:00 committed by GitHub
commit 1750e5866f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 10 deletions

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayfire";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wayfire";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-OPGzPy0I6i3TvmA5KSWDb4Lsf66zM5X+Akckgs3wk2o=";
hash = "sha256-xQZ4/UE66IISZQLl702OQXAAr8XmEsA4hJwB7aXua+E=";
};
nativeBuildInputs = [

View File

@ -12,18 +12,17 @@
, nlohmann_json
, xcbutilwm
, gtkmm3
, gtk-layer-shell
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wayfire-plugins-extra";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wayfire-plugins-extra";
rev = "v${finalAttrs.version}";
hash = "sha256-MF4tDzIZnnTXH2ZUxltIw1RP3pfRQFGrc/n9H47yW0g";
hash = "sha256-TukDomxqfrM45+C7azfO8jVaqk3E5irdphH8U5IYItg=";
};
nativeBuildInputs = [
@ -41,7 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
nlohmann_json
xcbutilwm
gtkmm3
gtk-layer-shell
];
mesonFlags = [

View File

@ -8,6 +8,8 @@
, wayfire
, libxkbcommon
, libGL
, libinput
, xcbutilwm
}:
stdenv.mkDerivation (finalAttrs: {
@ -31,6 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
wayfire
libxkbcommon
libGL
libinput
xcbutilwm
];
env = {

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wf-config";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wf-config";
rev = "v${finalAttrs.version}";
hash = "sha256-4QszCGlJqehnavTOdR2vZ95XuHKiNUIsA893sa9qph8=";
hash = "sha256-5HejuluCTsRsnHuaMCTnCPkbFvT/IcLkfNGjnXnZjJ0=";
};
nativeBuildInputs = [

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wf-shell";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wf-shell";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-/ajFPIk8VJnlu2DzvSyGD3bC4r/pxALTkZeLNvs9dTw=";
hash = "sha256-J5KmUxM/mU5I1YfkfwZgbK7VxMTKKKGGvxYS5Rnbqnc=";
};
nativeBuildInputs = [