We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f3c9b commit d0067f6Copy full SHA for d0067f6
pkgs/by-name/sc/scenefx/package.nix
@@ -4,7 +4,7 @@
4
fetchFromGitHub,
5
meson,
6
ninja,
7
- wlroots_0_17,
+ wlroots_0_18,
8
scdoc,
9
pkg-config,
10
wayland,
@@ -21,13 +21,13 @@
21
22
stdenv.mkDerivation (finalAttrs: {
23
pname = "scenefx";
24
- version = "0.1";
+ version = "0.2.1";
25
26
src = fetchFromGitHub {
27
owner = "wlrfx";
28
repo = "scenefx";
29
tag = finalAttrs.version;
30
- hash = "sha256-vBmunqXwGbMNiGRd372TdMU4siWhIVYn5RVYne9C7uQ=";
+ hash = "sha256-BLIADMQwPJUtl6hFBhh5/xyYwLFDnNQz0RtgWO/Ua8s=";
31
};
32
33
strictDeps = true;
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
51
pixman
52
wayland
53
wayland-protocols
54
- wlroots_0_17
+ wlroots_0_18
55
];
56
57
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
0 commit comments