Merge pull request #301223 from wegank/mongoose-bump

mongoose: 3.3.2 -> 3.3.3
This commit is contained in:
Weijia Wang 2024-04-05 21:07:59 +02:00 committed by GitHub
commit 166419b6a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
}:
let
suitesparseVersion = "7.6.0";
suitesparseVersion = "7.7.0";
in
stdenv.mkDerivation {
pname = "mongoose";
version = "3.3.2";
version = "3.3.3";
outputs = [ "bin" "out" "dev" ];
@ -19,7 +19,7 @@ stdenv.mkDerivation {
owner = "DrTimothyAldenDavis";
repo = "SuiteSparse";
rev = "v${suitesparseVersion}";
hash = "sha256-zZXbUNXxVi4mpI4j4GjyVYraoPFWcuep9q5jl1XdqEo=";
hash = "sha256-wE1DKC0Hn3Q9X1FzKH7Kev26ICNWH0LEKQIQP98AGuo=";
};
nativeBuildInputs = [