uarmsolver: 0.3.0 -> 0.4.0 (#469531)

This commit is contained in:
Nick Cao
2025-12-10 21:05:25 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "uarmsolver";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "uARMSolver";
rev = version;
sha256 = "sha256-IMlh6Y5iVouMZatR1uxw0gUNZBdh2qm56s+GEjcr1+M=";
sha256 = "sha256-fJtGZ1Y1mL/JjuaDbLfXb+AjTESEGjoh3ZEmhBZKotA=";
};
nativeBuildInputs = [ cmake ];