Skip to content

Commit

Permalink
Merge pull request #307976 from michaeladler/updates/freerdp
Browse files Browse the repository at this point in the history
freerdp: 2.11.5 -> 2.11.7
  • Loading branch information
drupol committed May 1, 2024
2 parents 97d767d + 67b3f59 commit 1a4425e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/freerdp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.11.5";
version = "2.11.7";

src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
hash = "sha256-WyYBIiIQNDHydJqU3jWNItJU2/sYnRpGHCXE9Xhom5M=";
hash = "sha256-w+xyMNFmKylSheK0yAGl8J6MXly/HUjjAfR9Qq3s/kA=";
};

postPatch = ''
Expand Down

0 comments on commit 1a4425e

Please sign in to comment.