nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

fplll: 5.4.2 -> 5.4.3

authored by

Mauricio Collares and committed by
GitHub
85564aa5 0ed43cb8

+2 -2
+2 -2
pkgs/development/libraries/fplll/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "fplll"; 12 - version = "5.4.2"; 12 + version = "5.4.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "fplll"; 16 16 repo = "fplll"; 17 17 rev = version; 18 - sha256 = "sha256-6pzErZtT5xzCMcsNy2EwrZHiAICLrRl1dv59bp23hAA="; 18 + sha256 = "sha256-utME3hZ3p2tx7vmp5dlAJ6J9MFEhFm/qbscGu1t9jnc="; 19 19 }; 20 20 21 21 nativeBuildInputs = [