From 27f2c9e8a872f322fdc11a23ae185250f3ee0617 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Wed, 5 Jul 2023 13:49:00 -0400 Subject: [PATCH] aws-workspaces: 4.5.0 -> 4.6.0 --- .../applications/networking/remote/aws-workspaces/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/remote/aws-workspaces/default.nix b/pkgs/applications/networking/remote/aws-workspaces/default.nix index a5933d105f47..4cc21a2269d6 100644 --- a/pkgs/applications/networking/remote/aws-workspaces/default.nix +++ b/pkgs/applications/networking/remote/aws-workspaces/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation rec { pname = "aws-workspaces"; - version = "4.5.0.2006"; + version = "4.6.0.4187"; src = fetchurl { # ref https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/Packages @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { "https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/workspacesclient_${version}_amd64.deb" "https://archive.org/download/workspacesclient_${version}_amd64/workspacesclient_${version}_amd64.deb" ]; - sha256 = "sha256-1ysj020fYOmIRvZR27+7ZNqdzqkA2QbrCwDU18ouxaI="; + sha256 = "sha256-A+b79ewh4hBIf8jgK0INILFktTqRRpOgXRH0FGziV6c="; }; nativeBuildInputs = [