3
0
Fork 0
forked from mirrors/nixpkgs

openfpgaloader: 0.9.1 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-12-26 23:48:07 +00:00 committed by Bobby Rong
parent a1d116f990
commit 8259b08d9c

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "openfpgaloader";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "trabucayre";
repo = "openFPGALoader";
rev = "v${version}";
sha256 = "sha256-CnJBmbvJ4FfKqdyoD8K94Eeoqly2Q6UV5wQ6EWv2isI=";
sha256 = "sha256-MPIFD7/jUEotY/EhuzNhaz8C3LVMxUr++fhtCpbbz0o=";
};
nativeBuildInputs = [ cmake pkg-config ];