gnome3.file-roller: 3.28.1 → 3.30.1

This commit is contained in:
Jan Tojnar 2018-09-05 00:43:48 +00:00
parent 36f9685aee
commit 813c96b7c5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "file-roller-${version}";
version = "3.28.1";
version = "3.30.1";
src = fetchurl {
url = "mirror://gnome/sources/file-roller/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "09y2blmlsccfxc2npcayhicq00r9n03897s1aizkahn1m970hjsp";
sha256 = "0kiragsqyixyx15747b71qc4nw8y4jx9d55wgg612xb0hp5l9pj1";
};
LANG = "en_US.UTF-8"; # postinstall.py
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
postPatch = ''
chmod +x postinstall.py # patchShebangs requires executable file
patchShebangs postinstall.py
patchShebangs data/set-mime-type-entry.py
'';
passthru = {