Unverified Commit 2f4c09c3 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

freerdp: 3.20.2 -> 3.21.0 (#481912)

parents 34a0c608 945c01f7
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.20.2";
  version = "3.21.0";

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

  postPatch = ''