mongoose: 3.3.4 -> 3.3.5

This commit is contained in:
Weijia Wang 2025-08-02 15:14:12 -06:00
parent c569fbf96f
commit e693a305fb

View File

@ -8,11 +8,11 @@
}:
let
suitesparseVersion = "7.8.3";
suitesparseVersion = "7.11.0";
in
stdenv.mkDerivation {
pname = "mongoose";
version = "3.3.4";
version = "3.3.5";
outputs = [
"bin"
@ -23,8 +23,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "DrTimothyAldenDavis";
repo = "SuiteSparse";
rev = "v${suitesparseVersion}";
hash = "sha256-ai3Xne1ByP2hcM9L236pUyVsVohW6k0BX0DRXPq/jhw=";
tag = "v${suitesparseVersion}";
hash = "sha256-8CnN2P/W15GpK0nCNoRQongOrzcz5E8l9SgKksqLxd0=";
};
nativeBuildInputs = [