mongoose: 3.3.4 -> 3.3.5 (#430481)

This commit is contained in:
Weijia Wang
2025-08-03 11:06:57 -06:00
committed by GitHub
+4 -4
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 = [