Commit c9a42e35 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

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
parent 651e4175
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;