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

freerdp: 3.22.0 -> 3.23.0 (#494802)

parents 0f2fa113 5b217270
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.22.0";
  version = "3.23.0";

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

  postPatch = ''