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

uarmsolver: 0.2.4 -> 0.2.5
This commit is contained in:
Weijia Wang 2023-03-16 09:09:24 +02:00 committed by GitHub
commit b3e468975f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "uarmsolver";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "uARMSolver";
rev = version;
sha256 = "17px69z0kw0z6cip41c45i6srbw56b0md92i9vbqyzinx8b75mzw";
sha256 = "sha256-t5Nep99dH/TvJzI9woLSuBrAWSqXZvLncXl7/43Z7sA=";
};
nativeBuildInputs = [ cmake ];