Skip to content

Commit c2239ff

Browse files
authoredFeb 21, 2019
Revert "file: 5.35 -> 5.36"
1 parent b7eadcf commit c2239ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/file/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
stdenv.mkDerivation rec {
44
name = "file-${version}";
5-
version = "5.36";
5+
version = "5.35";
66

77
src = fetchurl {
88
urls = [
99
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
1010
"https://distfiles.macports.org/file/${name}.tar.gz"
1111
];
12-
sha256 = "0ya330cdkvfi2d28h8gvhghj4gnhysmifmryysl0a97xq2884q7v";
12+
sha256 = "0ijm1fabm68ykr1zbx0bxnka5jr3n42sj8y5mbkrnxs0fj0mxi1h";
1313
};
1414

1515
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;

0 commit comments

Comments
 (0)
Please sign in to comment.