Skip to content

Commit ced5e66

Browse files
authored
libffcall: 2.4 -> 2.5 (#361990)
2 parents 9e2f276 + d05a838 commit ced5e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libffcall/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "libffcall";
5-
version = "2.4";
5+
version = "2.5";
66

77
src = fetchurl {
88
url = "mirror://gnu/libffcall/libffcall-${version}.tar.gz";
9-
sha256 = "sha256-jvaZIdvcBrxbuQUTYiY3p7g6cfMfW6N3vp2P2PV5EsI=";
9+
sha256 = "sha256-f0IglrQEmLE4kJOVWCXxQbtn7WAUJJ2IQAlGPceEaHk=";
1010
};
1111

1212
enableParallelBuilding = false;

0 commit comments

Comments
 (0)