Skip to content

Commit d0067f6

Browse files
committed
scenefx: 0.1 -> 0.2.1
1 parent 73f3c9b commit d0067f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/sc/scenefx/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
meson,
66
ninja,
7-
wlroots_0_17,
7+
wlroots_0_18,
88
scdoc,
99
pkg-config,
1010
wayland,
@@ -21,13 +21,13 @@
2121

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "scenefx";
24-
version = "0.1";
24+
version = "0.2.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "wlrfx";
2828
repo = "scenefx";
2929
tag = finalAttrs.version;
30-
hash = "sha256-vBmunqXwGbMNiGRd372TdMU4siWhIVYn5RVYne9C7uQ=";
30+
hash = "sha256-BLIADMQwPJUtl6hFBhh5/xyYwLFDnNQz0RtgWO/Ua8s=";
3131
};
3232

3333
strictDeps = true;
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
5151
pixman
5252
wayland
5353
wayland-protocols
54-
wlroots_0_17
54+
wlroots_0_18
5555
];
5656

5757
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;

0 commit comments

Comments
 (0)