Unverified Commit a4599c43 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

freerdp3: 3.9.0 -> 3.10.3 (#369808)

parents 56cf45fb 30ad2116
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  stdenv,
  lib,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  docbook-xsl-nons,
  libxslt,
@@ -62,20 +61,19 @@
  # tries to compile and run generate_argument_docbook.c
  withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,

  buildPackages,
  gnome,
  remmina,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "freerdp";
  version = "3.9.0";
  version = "3.10.3";

  src = fetchFromGitHub {
    owner = "FreeRDP";
    repo = "FreeRDP";
    rev = finalAttrs.version;
    hash = "sha256-oThlqUpEmhcLpMMYExMA3GbtB2+lq6oc5TRZt0eKRLA=";
    hash = "sha256-qFjR1Z2GZsNpgjlbHw+o+dLCBLZQ9D9c93FFqFGM8T4=";
  };

  postPatch =