Unverified Commit f536a683 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

pulseaudio-module-xrdp: 0.7 -> 0.8 (#399604)

parents c62e8133 d38afb79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "pulseaudio-module-xrdp";
  version = "0.7";
  version = "0.8";

  src = fetchFromGitHub {
    owner = "neutrinolabs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-GT0kBfq6KvuiX30B9JzCiUxgSm9E6IhdJuQKKKprDCE=";
    hash = "sha256-R1ZPifEjlueTJma6a0UiGdiNwTSa5+HnW4w9qGrauxE=";
  };

  preConfigure = ''