dropbox-cli: 2015.02.12 -> 2015.10.28, fixes #11538
This commit is contained in:
parent
0c30a14b9d
commit
a7aaedebcc
@ -1,6 +1,6 @@
|
||||
{ stdenv, pkgconfig, fetchurl, python, dropbox }:
|
||||
let
|
||||
version = "2015.02.12";
|
||||
version = "2015.10.28";
|
||||
dropboxd = "${dropbox}/bin/dropbox";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://linux.dropbox.com/packages/nautilus-dropbox-${version}.tar.bz2";
|
||||
sha256 = "12md01ymxsly1rdhdi2sw3aiwykd4y8z8isipc8mjfk8bbp55q86";
|
||||
sha256 = "1ai6vi5227z2ryxl403693xi63b42ylyfmzh8hbv4shp69zszm9c";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig python ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user