dsp: 1.8 -> 1.9

This commit is contained in:
R. Ryantm 2022-07-07 09:37:16 +00:00
parent 3014367d9e
commit d7997beea2

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "dsp";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "bmc0";
repo = "dsp";
rev = "v${version}";
sha256 = "sha256-LTgjpzAGi3oL8l5NcJj1ortKFd3vWDfXHr8YyedAxEE=";
sha256 = "sha256-S1pzVQ/ceNsx0vGmzdDWw2TjPVLiRgzR4edFblWsekY=";
};
nativeBuildInputs = [ pkg-config ];