Unverified Commit 71a6392e authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

insync: 3.9.3.60019 -> 3.9.4.60020 (#363380)

parents f9edf8a8 b65c6bb3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
let
  pname = "insync";
  # Find a binary from https://www.insynchq.com/downloads/linux
  version = "3.9.3.60019";
  version = "3.9.4.60020";
  web-archive-id = "20241208213703"; # upload via https://web.archive.org/save/
  ubuntu-dist = "trixie_amd64";
  insync-pkg = stdenvNoCC.mkDerivation {
    pname = "${pname}-pkg";
@@ -27,9 +28,9 @@ let
    src = fetchurl rec {
      urls = [
        "https://cdn.insynchq.com/builds/linux/${version}/insync_${version}-${ubuntu-dist}.deb"
        "https://web.archive.org/web/20240731170718/${builtins.elemAt urls 0}"
        "https://web.archive.org/web/${web-archive-id}/${builtins.elemAt urls 0}"
      ];
      hash = "sha256-jexbcKU2N4esl6UHxre6C+0o8GD3DcdRJW2YYT5fUZs=";
      hash = "sha256-QauUzvtWQu8h41+wWIPhEZ3VVzXJwAh2bzj0gDYWnIw=";
    };

    nativeBuildInputs = [