emulationstation-de: 3.1.1 -> 3.2.0

This commit is contained in:
liberodark
2025-04-11 13:00:23 +02:00
parent fbcf6fdd65
commit 3f8cd7a2e8
@@ -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