Merge pull request #174938 from r-ryantm/auto-update/fplll

fplll: 5.4.1 -> 5.4.2
This commit is contained in:
Timo Kaufmann 2022-05-30 21:51:14 +02:00 committed by GitHub
commit 52ca0fa3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "fplll";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "fplll";
repo = "fplll";
rev = version;
sha256 = "sha256-6Zde8/bPOQQ16DqhqrQuGXDrf5HQEn5lwxauvyBr4XQ=";
sha256 = "sha256-6pzErZtT5xzCMcsNy2EwrZHiAICLrRl1dv59bp23hAA=";
};
nativeBuildInputs = [