Skip to content

Commit

Permalink
[Backport release-24.11] libmamba: 2.0.4 -> 2.0.5 (#371125)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Jan 5, 2025
2 parents 109d75c + d8994b1 commit 347ce01
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.4";
version = "2.0.5";

src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
rev = "libmamba-${finalAttrs.version}";
hash = "sha256-UzuWQOFvp6KFDwcjjiwl0ek7pLuPvOijksUxp+hk/NU=";
hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 347ce01

Please sign in to comment.