mate.caja-extensions: 1.20.2 -> 1.22.0

This commit is contained in:
José Romildo Malaquias 2019-04-21 09:02:45 -03:00
parent 64abf694a6
commit 0b3ce9d8c9

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, dbus-glib, gupnp, mate, imagemagick, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, gupnp, mate, imagemagick, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "caja-extensions-${version}";
version = "1.20.2";
version = "1.22.0";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "14w1xd33ggn6wdzqvcmj8rqc68w4k094lai6mqrgmv1zljifydqz";
sha256 = "1h866jmdd3qpjzi7wjj11krwiaadnlf21844g1zqfb4jgrzj773p";
};
nativeBuildInputs = [
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
dbus-glib
gupnp
mate.caja
mate.mate-desktop