waypipe: 0.8.4 -> 0.8.5

Full changelog:

      Fix dmabuf-feedback event ordering
      Update issue filing guidelines
      Avoid acquiring controlling terminal
      Provide dmabuf main device from opened drm fd
      Allow --drm-node option in ssh and client modes
      Fix a crash with ffmpeg 6.0
      Bump version
This commit is contained in:
Sergei Trofimovich 2023-03-11 20:56:36 +00:00
parent 651e4175cf
commit c9a42e3530

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "waypipe";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
sha256 = "sha256-ee3RKlcZQf8o8cQfz1ckiLDFNzdFJesBJKJTTrUmcpU=";
sha256 = "sha256-uf2+PSqgZ+RShuVYlR42xMV38tuYbGV+bW1tdXgiZYU=";
};
strictDeps = true;