Loading pkgs/by-name/in/insync/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 = [ Loading Loading
pkgs/by-name/in/insync/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 = [ Loading