Unverified Commit c5ac3558 authored by K900's avatar K900 Committed by GitHub
Browse files

kotatogram-desktop.tg_owt: fix build (#389762)

parents 0d8f5791 ba638a22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ let
      fetchSubmodules = true;
    };

    patches = (oldAttrs.patches or [ ]) ++ [
    patches = [
      (fetchpatch {
        url = "https://webrtc.googlesource.com/src/+/e7d10047096880feb5e9846375f2da54aef91202%5E%21/?format=TEXT";
        decode = "base64 -d";