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, cmake,
pkg-config, pkg-config,
alsa-lib, alsa-lib,
bluez,
curl, curl,
ffmpeg, ffmpeg,
freeimage, freeimage,
@@ -20,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "emulationstation-de"; pname = "emulationstation-de";
version = "3.1.1"; version = "3.2.0";
src = fetchzip { src = fetchzip {
url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz"; 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 = [ patches = [
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
alsa-lib alsa-lib
bluez
curl curl
ffmpeg ffmpeg
freeimage freeimage