summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 02:15:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 02:15:18 +0000
commit168ac2a0ab631c0639d6cdf618522e3c689604bb (patch)
treeda84deb2bb9495f69e24917daed67853165e9ba6 /pkgs/applications/networking/remote
parent4c160598a8af79291085a6172a6d349c4cd46460 (diff)
downloadnixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar.gz
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar.bz2
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar.lz
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar.xz
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.tar.zst
nixpkgs-168ac2a0ab631c0639d6cdf618522e3c689604bb.zip
freerdp: 2.10.0 -> 2.11.0
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 f586f4f3e9e..642530e00fd 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.10.0";
+  version = "2.11.0";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "sha256-4sq3LblFRWCBREudtzg+o9wjstm58gPzBq7QAwlWvEg=";
+    sha256 = "sha256-yyJs6J2R2L2YtNKzHFW6X6I1aJTHipBA1+yuT7bR9Zg=";
   };
 
   postPatch = ''