lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

file: 5.33 -> 5.34

fixes CVE-2018-10360

Uli Baum 7be0521a d56b54cb

+2 -2
+2 -2
pkgs/tools/misc/file/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "file-${version}"; 5 - version = "5.33"; 5 + version = "5.34"; 6 6 7 7 src = fetchurl { 8 8 urls = [ 9 9 "ftp://ftp.astron.com/pub/file/${name}.tar.gz" 10 10 "https://distfiles.macports.org/file/${name}.tar.gz" 11 11 ]; 12 - sha256 = "1iipnwjkag7q04zjkaqic41r9nlw0ml6mhqian6qkkbisb1whlhw"; 12 + sha256 = "02mj4g34l13facacsc0ff8rchbh93ccqw7hns45yqgx8pzdm0npi"; 13 13 }; 14 14 15 15 nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;