Unverified Commit 871fbdee authored by emilylange's avatar emilylange
Browse files
parent 138040c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ let
    ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    # https://www.electronjs.org/docs/latest/tutorial/electron-timelines
    knownVulnerabilities = optional (versionOlder version "32.0.0") "Electron version ${version} is EOL";
    knownVulnerabilities = optional (versionOlder version "33.0.0") "Electron version ${version} is EOL";
  };

  fetcher =