about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-23 05:37:03 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-25 16:55:53 -0800
commitf69cd3d324db1d6a23f15c0460af4e6820b93425 (patch)
tree2b4804d78c69187658f631bb48a23aa9aaaf8b32 /pkgs/applications/networking/remote
parenta1599dcf1d286914d1c4cf72b512830d7a4cfe34 (diff)
freerdp: 2.5.0 -> 2.6.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 f9450c5882634..19e8d1eeba7a0 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -52,13 +52,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "freerdp";
-  version = "2.5.0";
+  version = "2.6.0";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "sha256-OLz/f4E+Haumw5Jaw+F1hiHz0jfcywhfK3fEUgLorao=";
+    sha256 = "sha256-gYHnorj2Up0aAVeltCCPOg/j3DY0ukWWNUU7uikvys0=";
   };
 
   postPatch = ''