We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b7eadcf commit c2239ffCopy full SHA for c2239ff
pkgs/tools/misc/file/default.nix
@@ -2,14 +2,14 @@
2
3
stdenv.mkDerivation rec {
4
name = "file-${version}";
5
- version = "5.36";
+ version = "5.35";
6
7
src = fetchurl {
8
urls = [
9
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
10
"https://distfiles.macports.org/file/${name}.tar.gz"
11
];
12
- sha256 = "0ya330cdkvfi2d28h8gvhghj4gnhysmifmryysl0a97xq2884q7v";
+ sha256 = "0ijm1fabm68ykr1zbx0bxnka5jr3n42sj8y5mbkrnxs0fj0mxi1h";
13
};
14
15
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;
0 commit comments