Commit f3443782 authored by R. RyanTM's avatar R. RyanTM
Browse files

solvespace: 3.1 -> 3.2

parent 8d35636e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "solvespace";
  version = "3.1";
  version = "3.2";

  src = fetchFromGitHub {
    owner = "solvespace";
    repo = "solvespace";
    rev = "v${version}";
    hash = "sha256-sSDht8pBrOG1YpsWfC/CLTTWh2cI5pn2PXGH900Z0yA=";
    hash = "sha256-+ZSAC7wDOaN51RjbSAqaQOp10JzxSME3g0ln4VdkwcA=";
    fetchSubmodules = true;
  };