We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NIX_CFLAGS_COMPILE
2 parents 8121260 + 159dc24 commit 3c41f8cCopy full SHA for 3c41f8c
1 file changed
pkgs/by-name/gu/guacamole-server/package.nix
@@ -28,18 +28,19 @@
28
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "guacamole-server";
31
- version = "1.6.0-unstable-2025-05-16";
+ version = "1.6.0-unstable-2025-06-29";
32
33
src = fetchFromGitHub {
34
owner = "apache";
35
repo = "guacamole-server";
36
- rev = "acb69735359d4d4a08f65d6eb0bde2a0da08f751";
37
- hash = "sha256-rqGSQD9EYlK1E6y/3EzynRmBWJOZBrC324zVvt7c2vM=";
+ rev = "f3f5b9d76649ccc24f551cb166c81078f4b5e236";
+ hash = "sha256-OjTwAQzKUuXfwZXLsL9XjrJc/0be38CmAGG+CoCeNwk=";
38
};
39
40
NIX_CFLAGS_COMPILE = [
41
"-Wno-error=format-truncation"
42
"-Wno-error=format-overflow"
43
+ "-Wno-error=deprecated-declarations"
44
];
45
46
strictDeps = true;
0 commit comments