summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-27 18:01:33 +0000
committerGitHub <noreply@github.com>2023-09-27 18:01:33 +0000
commitb7f2311d927c4bd2f676bd60a3258a558dc99683 (patch)
tree7ff20e19e9282defeebe42fba08f8541e44d03bf /pkgs/applications/networking/remote
parentf7e03f48514acdcb5491c87afbcaefebc86b6c70 (diff)
parent7867cf942d47cb3e09c36b40d66342d329562353 (diff)
downloadnixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar.gz
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar.bz2
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar.lz
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar.xz
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.tar.zst
nixpkgs-b7f2311d927c4bd2f676bd60a3258a558dc99683.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/freerdp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix
index 072e1482193..931b788156d 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -76,13 +76,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "freerdp";
-  version = "2.11.1";
+  version = "2.11.2";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "sha256-x97I0TDPAd/zULM/FpAvYQTcArG2CwGoUUp/eEM4vdc=";
+    sha256 = "sha256-buInsfjzpY4EF7bSojy42YNXssbNriSQGYBFE/DUJ7A=";
   };
 
   postPatch = ''