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