diff options
| author | seth <[email protected]> | 2023-11-03 13:45:53 -0400 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-11-03 18:06:43 +0000 |
| commit | 5295546adabe900b45ba233e6758372783aa5d5e (patch) | |
| tree | b494fc98fefd6ab3db29c5ffd1b59d3ba705d659 | |
| parent | a9131aafd38d796aa85ae840e18d5a58bf375b9e (diff) | |
xwaylandvideobridge: unstable-2023-10-28 -> unstable-2023-11-03
Diff: https://invent.kde.org/system/xwaylandvideobridge/-/compare/c178db477220aa326b1807ab65ebba12bd71d3f7...c16acf1378c4bc0da2c72b15bdcedbd5e783fc3a
| -rw-r--r-- | pkgs/xwaylandvideobridge/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/xwaylandvideobridge/default.nix b/pkgs/xwaylandvideobridge/default.nix index 47958c2..3a3b346 100644 --- a/pkgs/xwaylandvideobridge/default.nix +++ b/pkgs/xwaylandvideobridge/default.nix @@ -11,14 +11,14 @@ }: stdenv.mkDerivation rec { pname = "xwaylandvideobridge"; - version = "unstable-2023-10-28"; + version = "unstable-2023-11-03"; src = fetchFromGitLab { domain = "invent.kde.org"; owner = "system"; repo = pname; - rev = "c178db477220aa326b1807ab65ebba12bd71d3f7"; - sha256 = "sha256-JxTEE5KzCAA9v5aEQnMTassURj7RldeFf+4ZcJsJtHg="; + rev = "c16acf1378c4bc0da2c72b15bdcedbd5e783fc3a"; + sha256 = "sha256-Gci1AnC8mqeqtG76Crzon2zL34lgptv5cHlh+WWkg9Q="; }; nativeBuildInputs = [ |
