aws-workspaces: use `makeBinaryWrapper`

+2 -3
+2 -3
pkgs/by-name/aw/aws-workspaces/workspacesclient.nix
··· 3 3 lib, 4 4 fetchurl, 5 5 dpkg, 6 - makeWrapper, 6 + makeBinaryWrapper, 7 7 glib-networking, 8 8 }: 9 9 ··· 16 16 17 17 src = fetchurl { 18 18 urls = [ 19 - # Check new version at https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/Packages 20 19 "https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/jammy/main/binary-amd64/workspacesclient_${finalAttrs.version}_amd64.deb" 21 20 ]; 22 21 hash = "sha256-VPNZN9AsrGJ56O8B5jxlgLMvrUViTv6yto8c5pGQc0A="; ··· 24 23 25 24 nativeBuildInputs = [ 26 25 dpkg 27 - makeWrapper 26 + makeBinaryWrapper 28 27 ]; 29 28 30 29 installPhase = ''