Unverified Commit ec456106 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

freerdp: 3.23.0 -> 3.24.1 (#501137)

parents a9ea5301 88383a2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,13 +70,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "freerdp";
  version = "3.23.0";
  version = "3.24.1";

  src = fetchFromGitHub {
    owner = "FreeRDP";
    repo = "FreeRDP";
    rev = finalAttrs.version;
    hash = "sha256-WGuRnNwcvxwIudSzPoJB4BmaTLHKU7bsZkgWmzJPLSQ=";
    hash = "sha256-ecMsypmFF1y6ppmOcMWKPP8bEaIrSikO4ryFH5pZoSI=";
  };

  postPatch = ''