fplll: 5.4.5 -> 5.5.0

This commit is contained in:
Mauricio Collares 2025-02-08 15:48:24 +01:00
parent a3eaf5e8ec
commit 21382d8a87

View File

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
pkg-config, pkg-config,
gettext, gettext,
autoreconfHook, autoreconfHook,
@ -12,22 +11,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fplll"; pname = "fplll";
version = "5.4.5"; version = "5.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fplll"; owner = "fplll";
repo = "fplll"; repo = "fplll";
rev = version; rev = version;
sha256 = "sha256-taSS7jpVyjVfNe6kSuUDXMD2PgKmtG64V5MjZyQzorI="; sha256 = "sha256-WvjXaCnUMioSmLlWmLV673mhRjnF+8DU9MqgUmBgaFQ=";
}; };
patches = [
(fetchpatch {
url = "https://github.com/fplll/fplll/commit/317cf70893eebfb2625da12e5377189908c36240.diff";
sha256 = "sha256-GbYSolBgv/he4QzjuRFdg93wHJABVHvA9x3PjpJTSRE=";
})
];
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
gettext gettext