summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-02-01 19:17:56 +0000
committerGitHub <noreply@github.com>2023-02-01 19:17:56 +0000
commitc6fd903606866634312e40cceb2caee8c0c9243f (patch)
treeb7ed27625e5146f4501b68a9458150d626cd48ce
parentf32a761d97635f09837a89939abea728882f6d81 (diff)
parente377451f86d18ee979dff8efb4cff3378afd77c1 (diff)
Merge pull request #213872 from r-ryantm/auto-update/libffcall
libffcall: 2.2 -> 2.4
-rw-r--r--pkgs/development/libraries/libffcall/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix
index 3f2398e19de7..07de21a4120c 100644
--- a/pkgs/development/libraries/libffcall/default.nix
+++ b/pkgs/development/libraries/libffcall/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libffcall";
- version = "2.2";
+ version = "2.4";
src = fetchurl {
url = "mirror://gnu/libffcall/libffcall-${version}.tar.gz";
- sha256 = "sha256-6/o3+XtslPrCTs8xk/n8gpUXz4Gu6awtGRr5k9c8t0c=";
+ sha256 = "sha256-jvaZIdvcBrxbuQUTYiY3p7g6cfMfW6N3vp2P2PV5EsI=";
};
enableParallelBuilding = false;