diff options
| -rw-r--r-- | pkgs/xwaylandvideobridge.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/xwaylandvideobridge.nix b/pkgs/xwaylandvideobridge.nix index 48a5155..99f7404 100644 --- a/pkgs/xwaylandvideobridge.nix +++ b/pkgs/xwaylandvideobridge.nix @@ -23,14 +23,14 @@ in stdenv.mkDerivation rec { pname = "xwaylandvideobridge"; - version = "unstable-2023-07-26"; + version = "unstable-2023-07-30"; src = fetchFromGitLab { domain = "invent.kde.org"; owner = "system"; repo = pname; - rev = "014111b4db6298968204fd56d5ce6f691137bf90"; - sha256 = "sha256-6ro5Y5GSiodzbsiPQls4IAOYGLcLE7j+0eumpW6+HeU="; + rev = "1bc99dec7d44443bcc91da8425facd4d5d41b485"; + sha256 = "sha256-An7g4eXCUcJMAf7ZTj8gz+MDKFDwpLvyxOFcZnJlSKw="; }; nativeBuildInputs = [ |
