about summary refs log tree commit diff
path: root/pkgs/servers/guacamole-client
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-28 00:05:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-28 00:05:20 +0000
commit00531012f0346c045475a7243c9d72902f7314ff (patch)
treedb6fcc1d402e9583476f28a9c7ace9981539a7d0 /pkgs/servers/guacamole-client
parent60cb88cc491e819c16fc579fd697d33defd2a8e3 (diff)
guacamole-client: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs/servers/guacamole-client')
-rw-r--r--pkgs/servers/guacamole-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/guacamole-client/default.nix b/pkgs/servers/guacamole-client/default.nix
index 23c56df62a46a..e3a142983ad7a 100644
--- a/pkgs/servers/guacamole-client/default.nix
+++ b/pkgs/servers/guacamole-client/default.nix
@@ -5,11 +5,11 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "guacamole-client";
-  version = "1.5.4";
+  version = "1.5.5";
 
   src = fetchurl {
     url = "https://archive.apache.org/dist/guacamole/${finalAttrs.version}/binary/guacamole-${finalAttrs.version}.war";
-    hash = "sha256-Vyi1Y5Eb1kvOCguBx06ozLIZDReFv/NAMPxohagnPT4=";
+    hash = "sha256-QmcwfzYAZjcj8kr5LVlumcg1lCUxUTUFKkLUUflSkgA=";
   };
 
   dontUnpack = true;