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

authored by

Gaétan Lepage and committed by
GitHub
d829db3a 0ccc0f98

+4 -2
+4 -2
pkgs/by-name/em/emulationstation-de/package.nix
··· 5 cmake, 6 pkg-config, 7 alsa-lib, 8 curl, 9 ffmpeg, 10 freeimage, ··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "emulationstation-de"; 23 - version = "3.1.1"; 24 25 src = fetchzip { 26 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 }; 29 30 patches = [ ··· 45 46 buildInputs = [ 47 alsa-lib 48 curl 49 ffmpeg 50 freeimage
··· 5 cmake, 6 pkg-config, 7 alsa-lib, 8 + bluez, 9 curl, 10 ffmpeg, 11 freeimage, ··· 21 22 stdenv.mkDerivation (finalAttrs: { 23 pname = "emulationstation-de"; 24 + version = "3.2.0"; 25 26 src = fetchzip { 27 url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz"; 28 + hash = "sha256-tW8+7ImcJ3mBhoIHVE8h4cba+4SQLP55kiFYE7N8jyI="; 29 }; 30 31 patches = [ ··· 46 47 buildInputs = [ 48 alsa-lib 49 + bluez 50 curl 51 ffmpeg 52 freeimage