Unverified Commit 93d01ae7 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

solvespace: 3.1 -> 3.2 (#459861)

parents 72cf96a8 f3443782
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;
  };