about summary refs log tree commit diff
path: root/pkgs/tools/misc/file
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-06-11 19:35:29 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-06-11 19:35:48 +0300
commitf1d8069ee86dd861489da7c782080d3ce1707f9c (patch)
treec776d42af8a55deaf10e592355add9691bcdf77c /pkgs/tools/misc/file
parentd74d871f52512a1f827d2dc165db685f499ce5f0 (diff)
file: 5.30 -> 5.31
Diffstat (limited to 'pkgs/tools/misc/file')
-rw-r--r--pkgs/tools/misc/file/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/file/default.nix b/pkgs/tools/misc/file/default.nix
index 68e4210ad418c..232eb68c8a608 100644
--- a/pkgs/tools/misc/file/default.nix
+++ b/pkgs/tools/misc/file/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "file-${version}";
-  version = "5.30";
+  version = "5.31";
 
   src = fetchurl {
     urls = [
       "ftp://ftp.astron.com/pub/file/${name}.tar.gz"
       "https://distfiles.macports.org/file/${name}.tar.gz"
     ];
-    sha256 = "694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214";
+    sha256 = "1vp4zihaxkhi85chkjgd4r4zdg4k2wa3c6pmajhbmx6gr7d8ii89";
   };
 
   buildInputs = [ zlib ];