openfpgaloader: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2022-09-22 01:10:45 +00:00 committed by Bobby Rong
parent 000095e1ef
commit edcea81983

View file

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