osqp: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2023-05-28 08:13:13 +00:00
parent cd567da64a
commit 10fef5f965

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "osqp";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "oxfordcontrol";
repo = "osqp";
rev = "v${version}";
sha256 = "sha256-RYk3zuZrJXPcF27eMhdoZAio4DZ+I+nFaUEg1g/aLNk=";
sha256 = "sha256-enkK5EFyAeLaUnHNYS3oq43HsHY5IuSLgsYP0k/GW8c=";
fetchSubmodules = true;
};