chiaki4deck: 1.3.4 -> 1.4.0

This commit is contained in:
Morgan Helton 2023-10-13 17:45:04 -05:00
parent 64449b8cdc
commit 3092fe0eed

@ -15,17 +15,18 @@
, udev
, hidapi
, fftw
, speexdsp
}:
mkDerivation rec {
pname = "chiaki4deck";
version = "1.3.4";
version = "1.4.0";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-ayU2mYDpgGMgDK5AI5gwgu6h+YLKPG7P32ECWdL5wA4=";
hash = "sha256-udSGtpBUbxEZU9l+jLmUWJbkaCxKGoPuKAaYVmEEezk=";
fetchSubmodules = true;
};
@ -50,6 +51,7 @@ mkDerivation rec {
fftw
libevdev
udev
speexdsp
];
meta = with lib; {