emulationstation-de: 3.1.1 -> 3.2.0 (#397909)

This commit is contained in:
Gaétan Lepage
2025-04-11 16:01:13 +02:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
cmake,
pkg-config,
alsa-lib,
bluez,
curl,
ffmpeg,
freeimage,
@@ -20,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "emulationstation-de";
version = "3.1.1";
version = "3.2.0";
src = fetchzip {
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=";
hash = "sha256-tW8+7ImcJ3mBhoIHVE8h4cba+4SQLP55kiFYE7N8jyI=";
};
patches = [
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
alsa-lib
bluez
curl
ffmpeg
freeimage