Skip to content

Commit

Permalink
openfpgaloader: 0.9.0 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 22, 2022
1 parent 000095e commit edcea81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/embedded/fpga/openfpgaloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit edcea81

Please sign in to comment.