qdldl: 0.1.8 -> 0.1.9 (#438123)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
e47525a6 2b32f3e3

+2 -2
+2 -2
pkgs/by-name/qd/qdldl/package.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "qdldl"; 10 - version = "0.1.8"; 10 + version = "0.1.9"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "osqp"; 14 14 repo = "qdldl"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-qCeOs4UjZLuqlbiLgp6BMxvw4niduCPDOOqFt05zi2E="; 16 + hash = "sha256-pRlxqy5G8mxKXTIn4ruV/95TzpzNB/ArJX+WrEJRqW4="; 17 17 }; 18 18 19 19 nativeBuildInputs = [