fplll: 5.4.4 -> 5.4.5

This commit is contained in:
R. Ryantm 2023-10-18 09:38:40 +00:00
parent 4a050e58da
commit 78d976fa2b

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "fplll";
version = "5.4.4";
version = "5.4.5";
src = fetchFromGitHub {
owner = "fplll";
repo = "fplll";
rev = version;
sha256 = "sha256-+1EdNdmEk5tQDd1DXklPbEKC/Dr2yV2gwbtwBtZxpNM=";
sha256 = "sha256-taSS7jpVyjVfNe6kSuUDXMD2PgKmtG64V5MjZyQzorI=";
};
nativeBuildInputs = [