Unverified Commit 67257b83 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

scs: 3.2.9 -> 3.2.10 (#474842)

parents 9ed6598a 7efdc157
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation (finalAttrs: {
  pname = "scs";
  version = "3.2.9";
  version = "3.2.10";

  src = fetchFromGitHub {
    owner = "cvxgrp";
    repo = "scs";
    tag = finalAttrs.version;
    hash = "sha256-/PJKZvYYPHGuByIf70oa2U53fY2W46/lp+OXXBM1vTU=";
    hash = "sha256-HrKtl9GO0olH+AUgpkIDfz7jtYyREJCGZAM+0xVTmgE=";
  };

  # Actually link and add libgfortran to the rpath