insync: 3.9.3.60019 -> 3.9.4.60020 (#363380)

This commit is contained in:
Thiago Kenji Okada 2024-12-13 21:43:23 +00:00 committed by GitHub
commit 71a6392e36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [