Unverified Commit 3a087e02 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #256355 from wegank/mongoose-bump

mongoose: 3.0.5 -> 3.2.1
parents 34cce71c 434329e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:

let
  suitesparseVersion = "7.1.0";
  suitesparseVersion = "7.2.0";
in
stdenv.mkDerivation {
  pname = "mongoose";
  version = "3.0.5";
  version = "3.2.1";

  outputs = [ "bin" "out" "dev" ];

@@ -18,7 +18,7 @@ stdenv.mkDerivation {
    owner = "DrTimothyAldenDavis";
    repo = "SuiteSparse";
    rev = "v${suitesparseVersion}";
    hash = "sha256-UizybioU1J01PLBpu+PfnSzWScGTvMuJN5j9PjuZRwE=";
    hash = "sha256-Ss1R3P1fyRwlGQxJchydV36xLEMAGJabMMiQiKykKrc=";
  };

  nativeBuildInputs = [