guacamole-server: 1.5.4 -> 1.5.5

This commit is contained in:
Pol Dellaiera 2024-04-28 23:00:28 +02:00
parent 00531012f0
commit 7feb32bc6a
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guacamole-server";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "apache";
repo = "guacamole-server";
rev = finalAttrs.version;
hash = "sha256-Jke9Sp/T/GyamTq7lyu8JakJHqEwSrer0v1DugSg7JY=";
hash = "sha256-ZrUaoWkZ3I/LxE7csDXXeUZ92jZDhkZ1c8EQU0gI1yY=";
};
NIX_CFLAGS_COMPILE = [