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

osqp: 0.6.0 -> 0.6.2

authored by Bobby Rong and committed by GitHub 2eb54fbb 36b4cb86

+2 -2
+2 -2
pkgs/development/libraries/science/math/osqp/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "osqp"; 8 - version = "0.6.0"; 8 + version = "0.6.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "oxfordcontrol"; 12 12 repo = "osqp"; 13 13 rev = "v${version}"; 14 - sha256 = "1gwk1bqsk0rd85zf7xplbwq822y5pnxjmqc14jj6knqbab9afvrs"; 14 + sha256 = "sha256-RYk3zuZrJXPcF27eMhdoZAio4DZ+I+nFaUEg1g/aLNk="; 15 15 fetchSubmodules = true; 16 16 }; 17 17