mate.caja-dropbox: 1.26.0 -> 1.28.0

https://github.com/mate-desktop/caja-dropbox/compare/v1.26.0...v1.28.0

+4 -4
+4 -4
pkgs/desktops/mate/caja-dropbox/default.nix
··· 5 , pkg-config 6 , gobject-introspection 7 , gdk-pixbuf 8 , gtk3 9 - , mate 10 , python3 11 , dropbox 12 , mateUpdateScript ··· 17 in 18 stdenv.mkDerivation rec { 19 pname = "caja-dropbox"; 20 - version = "1.26.0"; 21 22 src = fetchurl { 23 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 24 - sha256 = "16w4r0zjps12lmzwiwpb9qnmbvd0p391q97296sxa8k88b1x14wn"; 25 }; 26 27 patches = [ ··· 44 ]; 45 46 buildInputs = [ 47 gtk3 48 - mate.caja 49 python3 50 ]; 51
··· 5 , pkg-config 6 , gobject-introspection 7 , gdk-pixbuf 8 + , caja 9 , gtk3 10 , python3 11 , dropbox 12 , mateUpdateScript ··· 17 in 18 stdenv.mkDerivation rec { 19 pname = "caja-dropbox"; 20 + version = "1.28.0"; 21 22 src = fetchurl { 23 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 24 + sha256 = "t0w4qZQlS9PPfLxxK8LsdRagypQqpleFJs29aqYgGWM="; 25 }; 26 27 patches = [ ··· 44 ]; 45 46 buildInputs = [ 47 + caja 48 gtk3 49 python3 50 ]; 51