Skip to content

Commit

Permalink
libmamba: 2.0.5 -> 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2025
1 parent 5408294 commit 5024f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libmamba/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libmamba";
version = "2.0.5";
version = "1.5.12";

src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
rev = "libmamba-${finalAttrs.version}";
hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI=";
hash = "sha256-JdJ3ymDoiU/+r3UYFhyqG/TvDz9gBgKSdnrZS1369l8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5024f0c

Please sign in to comment.