Unverified Commit ad30ccba authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #274548 from wegank/msolve-bump

msolve: 0.6.1 -> 0.6.3
parents b425dc72 61b335c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "msolve";
  version = "0.6.1";
  version = "0.6.3";

  src = fetchFromGitHub {
    owner = "algebraic-solving";
    repo = "msolve";
    rev = "v${finalAttrs.version}";
    hash = "sha256-mcq98zMWQcmlTZt9eIJJg+IW5UBMcKR+8TzuabpOBwE=";
    hash = "sha256-hdrNqZjTGhGFrshswJGPVgBjOUfHh93aQUfBKLlk5Es=";
  };

  postPatch = ''