mate.caja-dropbox: 1.26.0 -> 1.28.0
https://github.com/mate-desktop/caja-dropbox/compare/v1.26.0...v1.28.0
This commit is contained in:
parent
39efd9dbbc
commit
a5cfc1a78c
@ -5,8 +5,8 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
|
, caja
|
||||||
, gtk3
|
, gtk3
|
||||||
, mate
|
|
||||||
, python3
|
, python3
|
||||||
, dropbox
|
, dropbox
|
||||||
, mateUpdateScript
|
, mateUpdateScript
|
||||||
@ -17,11 +17,11 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "caja-dropbox";
|
pname = "caja-dropbox";
|
||||||
version = "1.26.0";
|
version = "1.28.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "16w4r0zjps12lmzwiwpb9qnmbvd0p391q97296sxa8k88b1x14wn";
|
sha256 = "t0w4qZQlS9PPfLxxK8LsdRagypQqpleFJs29aqYgGWM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -44,8 +44,8 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
caja
|
||||||
gtk3
|
gtk3
|
||||||
mate.caja
|
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user