Skip to content

Commit

Permalink
Merge pull request #248111 from NixOS/guacamole/bump-1.5.3
Browse files Browse the repository at this point in the history
guacamole-{client, server}: 1.5.2 -> 1.5.3
  • Loading branch information
drupol committed Aug 9, 2023
2 parents 9ae97d9 + 58d81c5 commit a140137
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/guacamole-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "guacamole-client";
version = "1.5.2";
version = "1.5.3";

src = fetchurl {
url = "https://archive.apache.org/dist/guacamole/${finalAttrs.version}/binary/guacamole-${finalAttrs.version}.war";
hash = "sha256-hu/DABbkA4lI2MGlw3oLBeONrdMQTbbsA3VbxuMRHEA=";
hash = "sha256-FaNObtbPbwP+IPkPZ9LWCXE6ic08syT4nt8edpbm7WE=";
};

dontUnpack = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/guacamole-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "guacamole-server";
version = "1.5.2";
version = "1.5.3";

src = fetchFromGitHub {
owner = "apache";
repo = "guacamole-server";
rev = finalAttrs.version;
hash = "sha256-L1hFZ24kwTSHwqCUslnt5cBKkNh1cpVxu1ntTN1gFr0=";
hash = "sha256-8VPhaZ+XnbDElF5MOpbA8MDDTUkou9O2z4NUdWwW4FM=";
};

NIX_CFLAGS_COMPILE = [
Expand Down Expand Up @@ -89,8 +89,8 @@ stdenv.mkDerivation (finalAttrs: {
description = "Clientless remote desktop gateway";
homepage = "https://guacamole.apache.org/";
license = lib.licenses.asl20;
mainProgram = "guacd";
maintainers = [ lib.maintainers.drupol ];
platforms = [ "x86_64-linux" "i686-linux" ];
mainProgram = "guacd";
};
})

0 comments on commit a140137

Please sign in to comment.