Commit 774e7eb6 authored by R. RyanTM's avatar R. RyanTM
Browse files

mamba-cpp: 2.1.0 -> 2.1.1

parent 4c40e81b
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 ];