summary refs log tree commit diff
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-09 13:29:38 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 22:29:38 +0200
commit271e4780cf9f1ddbb061148a6b61ec21b04c7b86 (patch)
treee1374cbd7c4b04c1202e03f4f3329bc97cf7f9a4 /pkgs/data/misc
parent739c835515036fcc21cd5f32fc0e37991df5dc18 (diff)
downloadnixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar.gz
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar.bz2
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar.lz
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar.xz
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.tar.zst
nixpkgs-271e4780cf9f1ddbb061148a6b61ec21b04c7b86.zip
shared-mime-info: 1.9 -> 1.10 (#42948)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/shared-mime-info/versions.

These checks were done:

- built on NixOS
- /nix/store/3lvy4cp08h73b9cb5sw8nl5n3nxlahry-shared-mime-info-1.10/bin/update-mime-database passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.10 with grep in /nix/store/3lvy4cp08h73b9cb5sw8nl5n3nxlahry-shared-mime-info-1.10
- directory tree listing: https://gist.github.com/f14528d0cfdffdfd9120e68517e35c73
- du listing: https://gist.github.com/aeb5692bf3cce624ed41c38c8735082f
Diffstat (limited to 'pkgs/data/misc')
-rw-r--r--pkgs/data/misc/shared-mime-info/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/misc/shared-mime-info/default.nix b/pkgs/data/misc/shared-mime-info/default.nix
index 64b0fd0c38a..f1df81f2db4 100644
--- a/pkgs/data/misc/shared-mime-info/default.nix
+++ b/pkgs/data/misc/shared-mime-info/default.nix
@@ -1,13 +1,13 @@
 {stdenv, fetchurl, pkgconfig, gettext, perl, perlXMLParser, intltool
 , libxml2, glib}:
 
-let version = "1.9"; in
+let version = "1.10"; in
 stdenv.mkDerivation rec {
   name = "shared-mime-info-${version}";
 
   src = fetchurl {
     url = "http://freedesktop.org/~hadess/${name}.tar.xz";
-    sha256 = "10ywzhzg8v1xmb9sz5xbqaci90id38knswigynyl33i29vn360aw";
+    sha256 = "1gxyvwym3xgpmp262gfn8jg5sla6k5hy6m6dmy6grgiq90xsh9f6";
   };
 
   nativeBuildInputs = [