Commit d38afb79 authored by R. RyanTM's avatar R. RyanTM
Browse files

pulseaudio-module-xrdp: 0.7 -> 0.8

parent 181423e7
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 = ''