We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ccc0f9 + 3f8cd7a commit d829db3Copy full SHA for d829db3
pkgs/by-name/em/emulationstation-de/package.nix
@@ -5,6 +5,7 @@
5
cmake,
6
pkg-config,
7
alsa-lib,
8
+ bluez,
9
curl,
10
ffmpeg,
11
freeimage,
@@ -20,11 +21,11 @@
20
21
22
stdenv.mkDerivation (finalAttrs: {
23
pname = "emulationstation-de";
- version = "3.1.1";
24
+ version = "3.2.0";
25
26
src = fetchzip {
27
url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz";
- hash = "sha256-pQHT/BEtIWc8tQXPjU5KFt8jED+4IqcZR+VMmAFc940=";
28
+ hash = "sha256-tW8+7ImcJ3mBhoIHVE8h4cba+4SQLP55kiFYE7N8jyI=";
29
};
30
31
patches = [
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
45
46
47
buildInputs = [
48
alsa-lib
49
+ bluez
50
curl
51
ffmpeg
52
freeimage
0 commit comments