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-10 00:02:16 +0000
committerGitHub <noreply@github.com>2023-09-10 00:02:16 +0000
commitb6eb350562737bdcf962bd3fc643da7f84f4cca7 (patch)
treea58960e9b8169663b6cdfd88956ee9d188d85495 /pkgs/applications/networking/remote
parent66c722f52f05f82da2fb57f81fd748b9c0ff5f58 (diff)
parent2b1eb11946cd47f4d7a5e248a091852b0fbb5fda (diff)
downloadnixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar.gz
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar.bz2
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar.lz
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar.xz
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.tar.zst
nixpkgs-b6eb350562737bdcf962bd3fc643da7f84f4cca7.zip
Merge master into staging-next
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 642530e00fd..701b266b730 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.0";
+  version = "2.11.1";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "sha256-yyJs6J2R2L2YtNKzHFW6X6I1aJTHipBA1+yuT7bR9Zg=";
+    sha256 = "sha256-x97I0TDPAd/zULM/FpAvYQTcArG2CwGoUUp/eEM4vdc=";
   };
 
   postPatch = ''