qpoases: 3.2.1 -> 3.2.2

Changelog: https://github.com/coin-or/qpOASES/blob/releases/3.2.2/VERSIONS.txt
This commit is contained in:
Guilhem Saurel
2025-08-31 19:03:40 +02:00
parent c8d7ba717c
commit 682e73d5ac
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpoases";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "coin-or";
repo = "qpOASES";
tag = "releases/${finalAttrs.version}";
hash = "sha256-NWKwKYdXJD8lGorhTFWJmYeIhSCO00GHiYx+zHEJk0M=";
hash = "sha256-L6uBRXaPJZinIRTm+x+wnXmlVkSlWm4XMB5yX/wxg2A=";
};
nativeBuildInputs = [ cmake ];