Skip to content

Commit 3c41f8c

Browse files
authored
guacamole-server: unbreak, update NIX_CFLAGS_COMPILE (#421060)
2 parents 8121260 + 159dc24 commit 3c41f8c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/by-name/gu/guacamole-server/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "guacamole-server";
31-
version = "1.6.0-unstable-2025-05-16";
31+
version = "1.6.0-unstable-2025-06-29";
3232

3333
src = fetchFromGitHub {
3434
owner = "apache";
3535
repo = "guacamole-server";
36-
rev = "acb69735359d4d4a08f65d6eb0bde2a0da08f751";
37-
hash = "sha256-rqGSQD9EYlK1E6y/3EzynRmBWJOZBrC324zVvt7c2vM=";
36+
rev = "f3f5b9d76649ccc24f551cb166c81078f4b5e236";
37+
hash = "sha256-OjTwAQzKUuXfwZXLsL9XjrJc/0be38CmAGG+CoCeNwk=";
3838
};
3939

4040
NIX_CFLAGS_COMPILE = [
4141
"-Wno-error=format-truncation"
4242
"-Wno-error=format-overflow"
43+
"-Wno-error=deprecated-declarations"
4344
];
4445

4546
strictDeps = true;

0 commit comments

Comments
 (0)