file: 5.42 -> 5.43
https://mailman.astron.com/pipermail/file/2022-September/000857.html
This commit is contained in:
@@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "file";
|
pname = "file";
|
||||||
version = "5.42";
|
version = "5.43";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://astron.com/pub/file/${pname}-${version}.tar.gz"
|
"https://astron.com/pub/file/${pname}-${version}.tar.gz"
|
||||||
"https://distfiles.macports.org/file/${pname}-${version}.tar.gz"
|
"https://distfiles.macports.org/file/${pname}-${version}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "sha256-wHb7TQKcdAc/FcQzYe9XLPuGhAfTRxkLqDSvOxY5sOQ=";
|
sha256 = "sha256-jIAV6Rrg6NAyHZTHgjmJLvnbxwxK3gAIwOlYlKv7GZE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user