dropbox-cli: 2023.09.06 -> 2024.04.17

This commit is contained in:
R. Ryantm 2024-04-29 06:04:59 +00:00
parent f2c7ecb8a4
commit cd23bc4513

View File

@ -12,7 +12,7 @@
}:
let
version = "2023.09.06";
version = "2024.04.17";
dropboxd = "${dropbox}/bin/dropbox";
in
stdenv.mkDerivation {
@ -23,7 +23,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://linux.dropbox.com/packages/nautilus-dropbox-${version}.tar.bz2";
hash = "sha256-kZMwj8Fn8Hf58C57wE025TlmiSs5TaKMGEzvb2QjgSw=";
hash = "sha256-pqCYzxaqR0f0CBaseT1Z436K47cIDQswYR1sK4Zj8sE=";
};
strictDeps = true;