Unverified Commit 26dfd23d authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

mamba-cpp: 2.1.0 -> 2.1.1 (#406598)

parents f9e130a3 774e7eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation rec {
  pname = "mamba-cpp";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "mamba-org";
    repo = "mamba";
    tag = version;
    hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g=";
    hash = "sha256-JBwdfYM7J5R7HZyw5kVXwu4FlZUd2QPrsTaGuXnyAJI=";
  };

  nativeBuildInputs = [ cmake ];