mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 01:45:11 +00:00
insync: 3.9.3.60019 -> 3.9.4.60020 (#363380)
This commit is contained in:
commit
71a6392e36
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user