Loading pkgs/applications/audio/easyeffects/default.nix +9 −2 Original line number Diff line number Diff line { lib , stdenv , appstream-glib , desktop-file-utils , fetchFromGitHub , calf Loading @@ -10,9 +11,11 @@ , gsl , gtk4 , itstool , ladspaH , libadwaita , libbs2b , libebur128 , libportal-gtk4 , libsamplerate , libsigcxx30 , libsndfile Loading @@ -37,13 +40,13 @@ stdenv.mkDerivation rec { pname = "easyeffects"; version = "7.1.0"; version = "7.1.3"; src = fetchFromGitHub { owner = "wwmm"; repo = "easyeffects"; rev = "v${version}"; hash = "sha256-TuVW2KBJciuFVdduzfFepGOa+UY9+sXRN1gWhfDvXgw="; hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE="; }; nativeBuildInputs = [ Loading @@ -56,15 +59,18 @@ stdenv.mkDerivation rec { ]; buildInputs = [ appstream-glib fftw fftwFloat fmt_9 glib gsl gtk4 ladspaH libadwaita libbs2b libebur128 libportal-gtk4 libsamplerate libsigcxx30 libsndfile Loading Loading @@ -102,6 +108,7 @@ stdenv.mkDerivation rec { separateDebugInfo = true; meta = with lib; { changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md"; description = "Audio effects for PipeWire applications."; homepage = "https://github.com/wwmm/easyeffects"; license = licenses.gpl3Plus; Loading Loading
pkgs/applications/audio/easyeffects/default.nix +9 −2 Original line number Diff line number Diff line { lib , stdenv , appstream-glib , desktop-file-utils , fetchFromGitHub , calf Loading @@ -10,9 +11,11 @@ , gsl , gtk4 , itstool , ladspaH , libadwaita , libbs2b , libebur128 , libportal-gtk4 , libsamplerate , libsigcxx30 , libsndfile Loading @@ -37,13 +40,13 @@ stdenv.mkDerivation rec { pname = "easyeffects"; version = "7.1.0"; version = "7.1.3"; src = fetchFromGitHub { owner = "wwmm"; repo = "easyeffects"; rev = "v${version}"; hash = "sha256-TuVW2KBJciuFVdduzfFepGOa+UY9+sXRN1gWhfDvXgw="; hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE="; }; nativeBuildInputs = [ Loading @@ -56,15 +59,18 @@ stdenv.mkDerivation rec { ]; buildInputs = [ appstream-glib fftw fftwFloat fmt_9 glib gsl gtk4 ladspaH libadwaita libbs2b libebur128 libportal-gtk4 libsamplerate libsigcxx30 libsndfile Loading Loading @@ -102,6 +108,7 @@ stdenv.mkDerivation rec { separateDebugInfo = true; meta = with lib; { changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md"; description = "Audio effects for PipeWire applications."; homepage = "https://github.com/wwmm/easyeffects"; license = licenses.gpl3Plus; Loading