Skip to content

Commit d829db3

Browse files
authored
emulationstation-de: 3.1.1 -> 3.2.0 (NixOS#397909)
2 parents 0ccc0f9 + 3f8cd7a commit d829db3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/em/emulationstation-de/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
cmake,
66
pkg-config,
77
alsa-lib,
8+
bluez,
89
curl,
910
ffmpeg,
1011
freeimage,
@@ -20,11 +21,11 @@
2021

2122
stdenv.mkDerivation (finalAttrs: {
2223
pname = "emulationstation-de";
23-
version = "3.1.1";
24+
version = "3.2.0";
2425

2526
src = fetchzip {
2627
url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz";
27-
hash = "sha256-pQHT/BEtIWc8tQXPjU5KFt8jED+4IqcZR+VMmAFc940=";
28+
hash = "sha256-tW8+7ImcJ3mBhoIHVE8h4cba+4SQLP55kiFYE7N8jyI=";
2829
};
2930

3031
patches = [
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
4546

4647
buildInputs = [
4748
alsa-lib
49+
bluez
4850
curl
4951
ffmpeg
5052
freeimage

0 commit comments

Comments
 (0)