dsp: 1.9 -> 2.0 (#401926)

authored by Weijia Wang and committed by GitHub d868f2d2 a10f989b

+3 -13
+3 -13
pkgs/by-name/ds/dsp/package.nix
··· 14 14 ladspaH, 15 15 libtool, 16 16 libpulseaudio, 17 - fetchpatch, 18 17 }: 19 18 20 19 stdenv.mkDerivation (finalAttrs: { 21 20 pname = "dsp"; 22 - version = "1.9"; 21 + version = "2.0"; 23 22 24 23 src = fetchFromGitHub { 25 24 owner = "bmc0"; 26 25 repo = "dsp"; 27 - rev = "v${finalAttrs.version}"; 28 - hash = "sha256-S1pzVQ/ceNsx0vGmzdDWw2TjPVLiRgzR4edFblWsekY="; 26 + tag = "v${finalAttrs.version}"; 27 + hash = "sha256-WUH4+5v1wv6EXTOuRq9iVVZsXMt5DVrtgX8vLE7a8s8="; 29 28 }; 30 29 31 30 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 31 42 32 buildInputs = [ 43 33 fftw