File tree Expand file tree Collapse file tree 2 files changed +13
-28
lines changed
pkgs/by-name/v4/v4l2-relayd Expand file tree Collapse file tree 2 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 88 libtool ,
99 pkg-config ,
1010 which ,
11+ gitUpdater ,
1112} :
12- stdenv . mkDerivation rec {
13+ stdenv . mkDerivation ( finalAttrs : {
1314 pname = "v4l2-relayd" ;
14- version = "0.1.3 " ;
15+ version = "0.1.5 " ;
1516
1617 src = fetchgit {
1718 url = "https://git.launchpad.net/v4l2-relayd" ;
18- tag = "upstream/${ version } " ;
19- hash = "sha256-oU6naDFZ0PQVHZ3brANfMULDqYMYxeJN+MCUCvN/DpU =" ;
19+ tag = "upstream/${ finalAttrs . version } " ;
20+ hash = "sha256-D+OWkny+TYNJt08X+nl7EYs5tp51vjvig/vuID6lkmg =" ;
2021 } ;
2122
22- patches = [
23- ./upstream-v4l2loopback-compatibility.patch
24- ] ;
25-
2623 nativeBuildInputs = [
2724 autoreconfHook
2825 libtool
@@ -38,12 +35,16 @@ stdenv.mkDerivation rec {
3835
3936 preConfigure = "./autogen.sh --prefix=$out" ;
4037
41- meta = with lib ; {
38+ passthru . updateScript = gitUpdater {
39+ rev-prefix = "upstream/" ;
40+ } ;
41+
42+ meta = {
4243 description = "Streaming relay for v4l2loopback using GStreamer" ;
4344 mainProgram = "v4l2-relayd" ;
4445 homepage = "https://git.launchpad.net/v4l2-relayd" ;
45- license = licenses . gpl2Only ;
46- maintainers = with maintainers ; [ betaboon ] ;
46+ license = lib . licenses . gpl2Only ;
47+ maintainers = with lib . maintainers ; [ betaboon ] ;
4748 platforms = [ "x86_64-linux" ] ;
4849 } ;
49- }
50+ } )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments