summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2023-07-05 13:49:00 -0400
committerGitHub <noreply@github.com>2023-07-05 13:49:00 -0400
commit27f2c9e8a872f322fdc11a23ae185250f3ee0617 (patch)
treed8ad04e60f02173c346342234683cd7e27351f70 /pkgs/applications/networking/remote
parent7f76939485a8487141f1d88942d65f03a2fa3d46 (diff)
downloadnixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar.gz
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar.bz2
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar.lz
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar.xz
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.tar.zst
nixpkgs-27f2c9e8a872f322fdc11a23ae185250f3ee0617.zip
aws-workspaces: 4.5.0 -> 4.6.0
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/aws-workspaces/default.nix4
1 files 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 a5933d105f4..4cc21a2269d 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 = [