mate.engrampa: 1.26.2 -> 1.28.1

https://github.com/mate-desktop/engrampa/compare/v1.26.2...v1.28.1

Also enables JSON support.

+9 -6
+9 -6
pkgs/desktops/mate/engrampa/default.nix
··· 5 , gettext 6 , itstool 7 , libxml2 8 , gtk3 9 - , mate 10 , hicolor-icon-theme 11 , wrapGAppsHook 12 , mateUpdateScript 13 - # can be defaulted to true once engrampa builds with meson (version > 1.27.0) 14 , withMagic ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, file 15 }: 16 17 stdenv.mkDerivation rec { 18 pname = "engrampa"; 19 - version = "1.26.2"; 20 21 src = fetchurl { 22 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 23 - sha256 = "cx9cR7UfNvyMiWUrbnfbT7K0Zjid6ZkMmFUpo9T/iEw="; 24 }; 25 26 nativeBuildInputs = [ ··· 32 ]; 33 34 buildInputs = [ 35 gtk3 36 - mate.caja 37 hicolor-icon-theme 38 - mate.mate-desktop 39 ] ++ lib.optionals withMagic [ 40 file 41 ];
··· 5 , gettext 6 , itstool 7 , libxml2 8 + , caja 9 , gtk3 10 , hicolor-icon-theme 11 + , json-glib 12 + , mate-desktop 13 , wrapGAppsHook 14 , mateUpdateScript 15 + # can be defaulted to true once switch to meson 16 , withMagic ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, file 17 }: 18 19 stdenv.mkDerivation rec { 20 pname = "engrampa"; 21 + version = "1.28.1"; 22 23 src = fetchurl { 24 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 25 + sha256 = "nFxMm8+LCO6qjydVONJLTJVQidWK7AMx6JwCuE2FOGo="; 26 }; 27 28 nativeBuildInputs = [ ··· 34 ]; 35 36 buildInputs = [ 37 + caja 38 gtk3 39 hicolor-icon-theme 40 + json-glib 41 + mate-desktop 42 ] ++ lib.optionals withMagic [ 43 file 44 ];