lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libffi: 3.4.7 -> 3.4.8

Changes: https://github.com/libffi/libffi/releases/tag/v3.4.8

authored by

Sergei Trofimovich and committed by
sternenseemann
49e3c7d5 b47b3a94

+2 -2
+2 -2
pkgs/development/libraries/libffi/default.nix
··· 13 13 14 14 stdenv.mkDerivation (finalAttrs: { 15 15 pname = "libffi"; 16 - version = "3.4.7"; 16 + version = "3.4.8"; 17 17 18 18 src = fetchurl { 19 19 url = 20 20 with finalAttrs; 21 21 "https://github.com/libffi/libffi/releases/download/v${version}/${pname}-${version}.tar.gz"; 22 - hash = "sha256-E4YH3uJovezzdK35FEwA6DnjhUH3XySh/PGLeP2kiy0="; 22 + hash = "sha256-vJhCoYiYv6yw7RJSxP68x+ePoTn9J/3Ho+MNnZNWEZs="; 23 23 }; 24 24 25 25 # Note: this package is used for bootstrapping fetchurl, and thus