File tree 2 files changed +7
-9
lines changed
tools/wayland/wl-screenrec
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 3
3
, fetchFromGitHub
4
4
, pkg-config
5
5
, libdrm
6
- , ffmpeg
6
+ , ffmpeg_7
7
7
, wayland
8
8
} :
9
9
10
10
rustPlatform . buildRustPackage rec {
11
11
pname = "wl-screenrec" ;
12
- version = "0.1.3 " ;
12
+ version = "0.1.4-unstable-2024-07-28 " ;
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "russelltg" ;
16
16
repo = pname ;
17
- rev = "v ${ version } " ;
18
- hash = "sha256-ThPZPV1GyMFRu94O9WwUpXbR4gnIML26K7TyIfXZlcI =" ;
17
+ rev = "b817accf1d4f2373cb6f466f760de35e5b8626bd " ;
18
+ hash = "sha256-07O2YM9dOHWzriM2+uiBWjEt2hKAuXtRtnKBuzb02Us =" ;
19
19
} ;
20
20
21
- cargoHash = "sha256-DtlVsUFKNKXcwqNvGvqkSKUE+kRHX8wajL4fR0c9ZuQ =" ;
21
+ cargoHash = "sha256-AYirjrnk8SGTXk5IjzCep2AQJYPbgHAOOf47MUDYj4k =" ;
22
22
23
23
nativeBuildInputs = [
24
24
pkg-config
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
28
28
buildInputs = [
29
29
wayland
30
30
libdrm
31
- ffmpeg
31
+ ffmpeg_7
32
32
] ;
33
33
34
34
doCheck = false ; # tests use host compositor, etc
Original file line number Diff line number Diff line change @@ -4654,9 +4654,7 @@ with pkgs;
4654
4654
4655
4655
wl-mirror = callPackage ../tools/wayland/wl-mirror { };
4656
4656
4657
- wl-screenrec = callPackage ../tools/wayland/wl-screenrec {
4658
- ffmpeg = ffmpeg_6;
4659
- };
4657
+ wl-screenrec = callPackage ../tools/wayland/wl-screenrec { };
4660
4658
4661
4659
wleave = callPackage ../tools/wayland/wleave { };
4662
4660
You can’t perform that action at this time.
0 commit comments