insync: 3.9.3.60019 -> 3.9.4.60020

This commit is contained in:
hellwolf
2024-12-08 23:43:35 +02:00
parent 8ab176b3f9
commit b65c6bb3cc
+4 -3
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 = [