fplll: 5.3.2 -> 5.4.1

This commit is contained in:
Mauricio Collares 2021-12-24 00:43:25 -03:00
parent 56b3968bec
commit 1a0d6fdc3d

View file

@ -1,6 +1,6 @@
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, pkg-config
, gettext
, autoreconfHook
, gmp
@ -9,16 +9,17 @@
stdenv.mkDerivation rec {
pname = "fplll";
version = "5.3.2";
version = "5.4.1";
src = fetchFromGitHub {
owner = "fplll";
repo = "fplll";
rev = version;
sha256 = "00iyz218ywspizjiimrjdcqvdqmrsb2367zyy3vkmypnf9i9l680";
sha256 = "sha256-6Zde8/bPOQQ16DqhqrQuGXDrf5HQEn5lwxauvyBr4XQ=";
};
nativeBuildInputs = [
pkg-config
gettext
autoreconfHook
];