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

fplll: 5.3.1 -> 5.3.2
This commit is contained in:
Timo Kaufmann 2020-01-21 17:39:41 +01:00 committed by GitHub
commit 79f86d75d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fplll"; pname = "fplll";
version = "5.3.1"; version = "5.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fplll"; owner = "fplll";
repo = "fplll"; repo = "fplll";
rev = version; rev = version;
sha256 = "1bzlqavbch5smra75znh4ljr490wyx5v6hax8r9rjbgk605i33ns"; sha256 = "00iyz218ywspizjiimrjdcqvdqmrsb2367zyy3vkmypnf9i9l680";
}; };
nativeBuildInputs = [ nativeBuildInputs = [