Merge pull request #312093 from devusb/chiaki4deck

chiaki4deck: 1.6.6 -> 1.7.0
This commit is contained in:
Matthias Beyer 2024-05-16 13:43:40 +02:00 committed by GitHub
commit 48fd0e41e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch
, stdenv
, cmake
, pkg-config
@ -19,7 +18,9 @@
, libevdev
, udev
, hidapi
, json_c
, fftw
, miniupnpc
, speexdsp
, libplacebo
, vulkan-loader
@ -33,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "chiaki4deck";
version = "1.6.6";
version = "1.7.0";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-hai7fIyeNcAURfeQtAIqOLb9j8erPNoy3zHK4rgLjc0=";
hash = "sha256-gJafzBryuGDU8ke3JTKkQdSEND+btSZ93Ei7ZRsqchg=";
fetchSubmodules = true;
};
@ -66,7 +67,9 @@ stdenv.mkDerivation rec {
protobuf
SDL2
hidapi
json_c
fftw
miniupnpc
libevdev
udev
speexdsp