xwaylandvideobridge: 0.2 -> 0.3.0

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Yifei Sun 2023-12-10 20:03:05 -05:00
parent 0838486e91
commit d330730a59
No known key found for this signature in database
GPG key ID: D973170F9B86DB70

View file

@ -1,6 +1,6 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchurl
, cmake
, extra-cmake-modules
, pkg-config
@ -14,14 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xwaylandvideobridge";
version = "0.2";
version = "0.3.0";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "system";
repo = "xwaylandvideobridge";
rev = "v${finalAttrs.version}";
hash = "sha256-79Z4BH7C85ZF+1Zivs3bTey7IdUnaDKhvZxzL6sDqUs=";
src = fetchurl {
url = "mirror://kde/stable/xwaylandvideobridge/xwaylandvideobridge-${finalAttrs.version}.tar.xz";
hash = "sha256-+Npuj+DsO9XqeXr4qtj+Haqzb8PHfi02u3RDgyzfz/o=";
};
nativeBuildInputs = [
@ -42,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Utility to allow streaming Wayland windows to X applications";
homepage = "https://invent.kde.org/system/xwaylandvideobridge";
license = lib.licenses.gpl2Plus;
license = with lib.licenses; [ bsd3 cc0 gpl2Plus ];
maintainers = with lib.maintainers; [ stepbrobd ];
platforms = lib.platforms.linux;
mainProgram = "xwaylandvideobridge";