about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-29 18:54:51 +0700
committerGitHub <noreply@github.com>2021-07-29 18:54:51 +0700
commit6bca7749011aab7c1438b8e769fecdc60aaeabf2 (patch)
tree3685aea580670b38d698745ce04fb97107b9cb70 /pkgs/applications
parent2323c6e153be32383563849ee075cdccbf2bc537 (diff)
parent9730596ace05443a9f271b8188e978c5c8ac8d68 (diff)
Merge pull request #131919 from r-ryantm/auto-update/freerdp
freerdp: 2.3.2 -> 2.4.0
Diffstat (limited to 'pkgs/applications')
-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 942090f2bdf0d..0f76bced878a4 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -18,13 +18,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "freerdp";
-  version = "2.3.2";
+  version = "2.4.0";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "sha256-qqpdMBDcVfXm/KB54zv23O8raGqBhAKqXo6Kj2VaI8w=";
+    sha256 = "sha256-o+9twuyH9keWJriCSNkR63+xZuuOmPjoWg+Jp616CsQ=";
   };
 
   postPatch = ''