Merge pull request #134232 from r-ryantm/auto-update/openfpgaloader

openfpgaloader: 0.2.6 -> 0.5.0
This commit is contained in:
Robert Scott 2021-08-15 21:07:10 +01:00 committed by GitHub
commit c28262e2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "openfpgaloader";
version = "0.2.6";
version = "0.5.0";
src = fetchFromGitHub {
owner = "trabucayre";
repo = "openFPGALoader";
rev = "v${version}";
sha256 = "sha256-OWRMWNOPm6flgeTKYWYE+LcG3HW6i8s2NQ1dr/oeOEw=";
sha256 = "sha256-g1mr7S9Z70A+dXWptZPLHt90JpuclJAEDwUTicpxtic=";
};
nativeBuildInputs = [ cmake pkg-config ];