Skip to content

Commit

Permalink
Revert "file: 5.35 -> 5.36"
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Feb 21, 2019
1 parent b7eadcf commit c2239ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/file/default.nix
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
name = "file-${version}";
version = "5.36";
version = "5.35";

src = fetchurl {
urls = [
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
"https://distfiles.macports.org/file/${name}.tar.gz"
];
sha256 = "0ya330cdkvfi2d28h8gvhghj4gnhysmifmryysl0a97xq2884q7v";
sha256 = "0ijm1fabm68ykr1zbx0bxnka5jr3n42sj8y5mbkrnxs0fj0mxi1h";
};

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

0 comments on commit c2239ff

Please sign in to comment.