dsp: 1.9 -> 2.0

+3 -13
+3 -13
pkgs/by-name/ds/dsp/package.nix
··· 14 ladspaH, 15 libtool, 16 libpulseaudio, 17 - fetchpatch, 18 }: 19 20 stdenv.mkDerivation (finalAttrs: { 21 pname = "dsp"; 22 - version = "1.9"; 23 24 src = fetchFromGitHub { 25 owner = "bmc0"; 26 repo = "dsp"; 27 - rev = "v${finalAttrs.version}"; 28 - hash = "sha256-S1pzVQ/ceNsx0vGmzdDWw2TjPVLiRgzR4edFblWsekY="; 29 }; 30 31 nativeBuildInputs = [ pkg-config ]; 32 - 33 - patches = [ 34 - # fix compatibility with ffmpeg7 35 - # https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f 36 - (fetchpatch { 37 - url = "https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f.patch?full_index=1"; 38 - hash = "sha256-7WgJegDL9sVCRnRwm/f1ZZl2eiuRT5oAQaYoDLjEoqs="; 39 - }) 40 - ]; 41 42 buildInputs = [ 43 fftw
··· 14 ladspaH, 15 libtool, 16 libpulseaudio, 17 }: 18 19 stdenv.mkDerivation (finalAttrs: { 20 pname = "dsp"; 21 + version = "2.0"; 22 23 src = fetchFromGitHub { 24 owner = "bmc0"; 25 repo = "dsp"; 26 + tag = "v${finalAttrs.version}"; 27 + hash = "sha256-WUH4+5v1wv6EXTOuRq9iVVZsXMt5DVrtgX8vLE7a8s8="; 28 }; 29 30 nativeBuildInputs = [ pkg-config ]; 31 32 buildInputs = [ 33 fftw