mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
file: bump from 5.11 to 5.12
This commit is contained in:
parent
614e9b65a0
commit
52531cef21
@ -1,17 +1,17 @@
|
|||||||
{stdenv, fetchurl, zlib}:
|
{ stdenv, fetchurl, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "file-5.11";
|
name = "file-5.12";
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.astron.com/pub/file/${name}.tar.gz";
|
url = "ftp://ftp.astron.com/pub/file/${name}.tar.gz";
|
||||||
sha256 = "c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7";
|
sha256 = "08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A program that shows the type of files";
|
|
||||||
homepage = "http://darwinsys.com/file";
|
homepage = "http://darwinsys.com/file";
|
||||||
|
description = "A program that shows the type of files";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user