Unverified Commit b7b0250d authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

freerdp: 3.16.0 -> 3.17.0 (#435859)

parents 40582511 317fc34b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,13 +63,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "freerdp";
  version = "3.16.0";
  version = "3.17.0";

  src = fetchFromGitHub {
    owner = "FreeRDP";
    repo = "FreeRDP";
    rev = finalAttrs.version;
    hash = "sha256-HF4Is3ak2nYD2Fq6HGHwyM5OTBVqYqbB22otOprzfiQ=";
    hash = "sha256-86RbzRgC93ZOt3MHRKJIRklEuyCQs6tHff5jk++yFok=";
  };

  postPatch = ''