dropbox-cli: 2018.11.28 -> 2019.02.14

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dropbox-cli/versions
gstqt5
R. RyanTM 2019-03-21 08:49:53 -07:00
parent 213d6dd6ac
commit 02f62753fe
1 changed files with 2 additions and 2 deletions

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 ];