Revert "Merge #56170: Revert "file: 5.35 -> 5.36" (staging)"
Try this again, seems to work now. Motivated by new version possibly fixing security issues described here: https://github.com/NixOS/nixpkgs/issues/56360 This reverts commit 7d47102bbccb28cb3417dc949ad9df24e9d59686, reversing changes made to 2ed8187107c8efa3cf77311ef58cf3783e3dd749.
This commit is contained in:
parent
e416d2f8b9
commit
7aea4cc094
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "file-${version}";
|
name = "file-${version}";
|
||||||
version = "5.35";
|
version = "5.36";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
|
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
|
||||||
"https://distfiles.macports.org/file/${name}.tar.gz"
|
"https://distfiles.macports.org/file/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "0ijm1fabm68ykr1zbx0bxnka5jr3n42sj8y5mbkrnxs0fj0mxi1h";
|
sha256 = "0ya330cdkvfi2d28h8gvhghj4gnhysmifmryysl0a97xq2884q7v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;
|
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user