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

This commit is contained in:
Wolfgang Walther
2025-04-27 12:48:39 +00:00
committed by GitHub
@@ -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 = ''