Commit 9d581efa authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

guacamole-server: 1.5.5 -> 1.5.5-unstable-2025-05-16

Fix RDP support
Fix #395919
parent 8ff9f3f4
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -28,23 +28,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "guacamole-server";
  version = "1.5.5";
  version = "1.6.0-unstable-2025-05-16";

  src = fetchFromGitHub {
    owner = "apache";
    repo = "guacamole-server";
    rev = finalAttrs.version;
    hash = "sha256-ZrUaoWkZ3I/LxE7csDXXeUZ92jZDhkZ1c8EQU0gI1yY=";
    rev = "acb69735359d4d4a08f65d6eb0bde2a0da08f751";
    hash = "sha256-rqGSQD9EYlK1E6y/3EzynRmBWJOZBrC324zVvt7c2vM=";
  };

  patches = [
    # GUACAMOLE-1952: Add compatibility with FFMPEG 7.0
    (fetchpatch2 {
      url = "https://github.com/apache/guacamole-server/commit/cc8addf9beb90305037a32f9f861a893be4cae08.patch?full_index=1";
      hash = "sha256-VCr2/8lQHKVdsdah9gvak4MjFHO+X4ixE5+zsvwIY1I=";
    })
  ];

  NIX_CFLAGS_COMPILE = [
    "-Wno-error=format-truncation"
    "-Wno-error=format-overflow"