Merge pull request #58060 from r-ryantm/auto-update/dropbox-cli

dropbox-cli: 2018.11.28 -> 2019.02.14
This commit is contained in:
Jörg Thalheim 2019-03-21 15:56:58 +00:00 committed by GitHub
commit fd26b05c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, pkgconfig, fetchurl, python, dropbox }:
let
version = "2018.11.28";
version = "2019.02.14";
dropboxd = "${dropbox}/bin/dropbox";
in
stdenv.mkDerivation {
@ -8,7 +8,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://linux.dropboxstatic.com/packages/nautilus-dropbox-${version}.tar.bz2";
sha256 = "0m1m9c7dfc8nawkcrg88955125sl1jz8mc9bf6wjay9za8014w58";
sha256 = "09yg7q45sycl88l3wq0byz4a9k6sxx3m0r3szinvisfay9wlj35f";
};
nativeBuildInputs = [ pkgconfig ];