mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
freerdp: 3.26.0 -> 3.27.1
Diff: https://github.com/FreeRDP/FreeRDP/compare/3.26.0...3.27.1
Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.27.1
(cherry picked from commit 9acf60d407)
This commit is contained in:
parent
670e747abb
commit
3dc94b8eca
1 changed files with 2 additions and 2 deletions
|
|
@ -70,13 +70,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "freerdp";
|
||||
version = "3.26.0";
|
||||
version = "3.27.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FreeRDP";
|
||||
repo = "FreeRDP";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-7yUqZXuUn3OFhlWrZyXmmh/aGOp0uRJ7XxaLl1fVnVQ=";
|
||||
hash = "sha256-4U3QC1hka+qTQ0F7GqKPiMVwkkFeJvbjNtom5A7V/Sg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue