file: 5.43 -> 5.44

This commit is contained in:
Sandro Jäckel 2023-01-22 02:53:29 +01:00
parent 3970842c12
commit 3487488f62
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "file";
version = "5.43";
version = "5.44";
src = fetchurl {
urls = [
"https://astron.com/pub/file/${pname}-${version}.tar.gz"
"https://distfiles.macports.org/file/${pname}-${version}.tar.gz"
];
sha256 = "sha256-jIAV6Rrg6NAyHZTHgjmJLvnbxwxK3gAIwOlYlKv7GZE=";
sha256 = "sha256-N1HH+6jbyDHLjXzIr/IQNUWbjOUVXviwiAon0ChHXzs=";
};
strictDeps = true;