afflib: 3.7.21 -> 3.7.22 (#441130)

This commit is contained in:
7c6f434c
2025-09-23 10:57:27 +00:00
committed by GitHub
+4 -4
View File
@@ -5,7 +5,7 @@
zlib,
curl,
expat,
fuse,
fuse3,
openssl,
autoreconfHook,
python3,
@@ -13,14 +13,14 @@
}:
stdenv.mkDerivation rec {
version = "3.7.21";
version = "3.7.22";
pname = "afflib";
src = fetchFromGitHub {
owner = "sshock";
repo = "AFFLIBv3";
tag = "v${version}";
sha256 = "sha256-CBDkeUzHnRBkLUYl0JuQcVnQWap0l7dAca1deZVoNDM=";
sha256 = "sha256-pGInhJQBhFJhft/KfB3J3S9/BVp9D8TZ+uw2CUNVC+Q=";
};
nativeBuildInputs = [ autoreconfHook ];
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
openssl
python3
]
++ lib.optionals (with stdenv; isLinux || isDarwin) [ fuse ]
++ lib.optionals (with stdenv; isLinux || isDarwin) [ fuse3 ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
meta = {