solvespace: 3.1 -> 3.2 (#459861)

This commit is contained in:
Masum Reza
2025-11-09 05:28:52 +00:00
committed by GitHub

View File

@@ -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;
};