mamba: 1.8 -> 2.2 (#122193)

authored by

Orivej Desh and committed by
GitHub
b26b54f0 7c46cfbc

+4 -3
+4 -3
pkgs/applications/audio/mamba/default.nix
··· 1 { lib, stdenv 2 , fetchFromGitHub 3 , pkg-config 4 , cairo 5 , fluidsynth 6 , libX11 ··· 13 14 stdenv.mkDerivation rec { 15 pname = "mamba"; 16 - version = "1.8"; 17 18 src = fetchFromGitHub { 19 owner = "brummer10"; 20 repo = "Mamba"; 21 rev = "v${version}"; 22 - sha256 = "049gvdvvv3hkh1b47h0bia02g1p71agwh6g7q0n4yxz4d81b8kha"; 23 fetchSubmodules = true; 24 }; 25 26 - nativeBuildInputs = [ pkg-config ]; 27 buildInputs = [ cairo fluidsynth libX11 libjack2 alsaLib liblo libsigcxx libsmf ]; 28 29 makeFlags = [ "PREFIX=$(out)" ];
··· 1 { lib, stdenv 2 , fetchFromGitHub 3 , pkg-config 4 + , xxd 5 , cairo 6 , fluidsynth 7 , libX11 ··· 14 15 stdenv.mkDerivation rec { 16 pname = "mamba"; 17 + version = "2.2"; 18 19 src = fetchFromGitHub { 20 owner = "brummer10"; 21 repo = "Mamba"; 22 rev = "v${version}"; 23 + sha256 = "1885qxyfkpslzk0aaaaws0x73b10h9nbr04jkk7xhkya25gf280m"; 24 fetchSubmodules = true; 25 }; 26 27 + nativeBuildInputs = [ pkg-config xxd ]; 28 buildInputs = [ cairo fluidsynth libX11 libjack2 alsaLib liblo libsigcxx libsmf ]; 29 30 makeFlags = [ "PREFIX=$(out)" ];