about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-05-20 18:54:27 +0200
committerLinus Heckemann <git@sphalerite.org>2020-05-20 18:54:27 +0200
commited73bb8d80d596f7c7b74d3d164a0c16fc463f4f (patch)
tree2d98b2b9280c8963a18e6430c0fd3760f3756c21 /pkgs/applications/networking/remote
parent0f5ce2fac0c726036ca69a5524c59a49e2973dd4 (diff)
downloadnixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar.gz
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar.bz2
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar.lz
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar.xz
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.tar.zst
nixlib-ed73bb8d80d596f7c7b74d3d164a0c16fc463f4f.zip
freerdp: 2.1.0 -> 2.1.1
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 66f4d3865726..9d13f3b3e3fa 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -17,13 +17,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "freerdp";
-  version = "2.1.0";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "FreeRDP";
     repo = "FreeRDP";
     rev = version;
-    sha256 = "0905374k4x647052sr27m2hgjcavbxdl0xd8n02vm5xa6whz239j";
+    sha256 = "1avfsx837rjfk50qv3xjccx2309phn04rq6imadqvqpfnyx4ma66";
   };
 
   postPatch = ''