fplll: 5.4.3 -> 5.4.4

This commit is contained in:
R. Ryantm 2023-01-08 07:11:14 +00:00
parent be313a93bb
commit 49beb12a12

View file

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