mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
freerdp: 3.27.1 -> 3.29.0
Diff: https://github.com/FreeRDP/FreeRDP/compare/3.27.1...3.29.0
Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.28.0
Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.29.0
(cherry picked from commit 7bbb33f48c)
This commit is contained in:
committed by
github-actions[bot]
parent
ab148c93de
commit
78ee5ed2d2
@@ -70,13 +70,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "freerdp";
|
||||
version = "3.27.1";
|
||||
version = "3.29.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FreeRDP";
|
||||
repo = "FreeRDP";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-4U3QC1hka+qTQ0F7GqKPiMVwkkFeJvbjNtom5A7V/Sg=";
|
||||
hash = "sha256-LTRV1vRTMR8015iFXZIEjz6ApN5kg1+T2nGZWJ873zY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user