Merge pull request #326638 from r-ryantm/auto-update/uarmsolver
uarmsolver: 0.2.6 -> 0.3.0
This commit is contained in:
commit
224aa561fe
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uarmsolver";
|
pname = "uarmsolver";
|
||||||
version = "0.2.6";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firefly-cpp";
|
owner = "firefly-cpp";
|
||||||
repo = "uARMSolver";
|
repo = "uARMSolver";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-E8hc7qoIDaNERMUhVlh+iBvQX1odzd/szeMSh8TCNFo=";
|
sha256 = "sha256-IMlh6Y5iVouMZatR1uxw0gUNZBdh2qm56s+GEjcr1+M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user