Merge pull request #234578 from r-ryantm/auto-update/osqp

osqp: 0.6.2 -> 0.6.3
This commit is contained in:
Nikolay Korotkiy 2023-05-28 13:30:13 +04:00 committed by GitHub
commit 1e37c1b93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};