libmamba: 1.5.7 -> 1.5.8

authored by R. Ryantm and committed by Yaya 4676223c 06643a08

+2 -2
+2 -2
pkgs/by-name/li/libmamba/package.nix
··· 19 19 }: 20 20 stdenv.mkDerivation rec { 21 21 pname = "libmamba"; 22 - version = "1.5.7"; 22 + version = "1.5.8"; 23 23 src = fetchFromGitHub { 24 24 owner = "mamba-org"; 25 25 repo = "mamba"; 26 26 rev = "${pname}-${version}"; 27 - hash = "sha256-HfmvLi9IBWlaGAn2Ej4Bnm4b3l19jEXwNl5IUkdVxi0="; 27 + hash = "sha256-sxZDlMFoMLq2EAzwBVO++xvU1C30JoIoZXEX/sqkXS0="; 28 28 }; 29 29 nativeBuildInputs = [ 30 30 cmake