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

freerdp: 3.21.0 -> 3.22.0 (#485988)

parents 173bf6ca a5a2b6e0
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.21.0";
  version = "3.22.0";

  src = fetchFromGitHub {
    owner = "FreeRDP";
    repo = "FreeRDP";
    rev = finalAttrs.version;
    hash = "sha256-oIws2HO2usOCtVDe6OTIdIDHYgb9tBIEctvCW6/Woxc=";
    hash = "sha256-cJFY0v2zvbaKVINOKVZGvLozwgD7kf2ffVU9EGYBMGQ=";
  };

  postPatch = ''