Merge pull request #326638 from r-ryantm/auto-update/uarmsolver

uarmsolver: 0.2.6 -> 0.3.0
This commit is contained in:
Nick Cao 2024-07-13 11:04:42 -04:00 committed by GitHub
commit 224aa561fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "uarmsolver";
version = "0.2.6";
version = "0.3.0";
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "uARMSolver";
rev = version;
sha256 = "sha256-E8hc7qoIDaNERMUhVlh+iBvQX1odzd/szeMSh8TCNFo=";
sha256 = "sha256-IMlh6Y5iVouMZatR1uxw0gUNZBdh2qm56s+GEjcr1+M=";
};
nativeBuildInputs = [ cmake ];