Commit 3f8cd7a2 authored by liberodark's avatar liberodark
Browse files

emulationstation-de: 3.1.1 -> 3.2.0

parent fbcf6fdd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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