Skip to content

Commit

Permalink
libmamba: 2.0.4 -> 2.0.5 (#369262)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents 65b8959 + 0fc603b commit 9ef4ffb
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 9ef4ffb

Please sign in to comment.