From b82824f5bdb1c7d6baf043004a4d8fd8738b10a2 Mon Sep 17 00:00:00 2001 From: Filippos Tsimas Date: Sun, 15 Dec 2024 19:47:17 +0200 Subject: [PATCH] emulationstation-de: 3.1.0 -> 3.1.1 https://gitlab.com/es-de/emulationstation-de/-/blob/master/CHANGELOG.md#version-311--311-39 --- pkgs/by-name/em/emulationstation-de/package.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/em/emulationstation-de/package.nix b/pkgs/by-name/em/emulationstation-de/package.nix index 4df66e9e257e..303ac29acb82 100644 --- a/pkgs/by-name/em/emulationstation-de/package.nix +++ b/pkgs/by-name/em/emulationstation-de/package.nix @@ -20,19 +20,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "emulationstation-de"; - version = "3.1.0"; + version = "3.1.1"; src = fetchzip { url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz"; - hash = "sha256-v9nOY9T5VOVLBUKoDXqwYa1iYvW42iGA+3kpPUOmHkg="; + hash = "sha256-pQHT/BEtIWc8tQXPjU5KFt8jED+4IqcZR+VMmAFc940="; }; patches = [ - (fetchpatch { - name = "fix-buffer-overflow-detection-with-gcc-fortification"; - url = "https://gitlab.com/es-de/emulationstation-de/-/commit/41fd33fdc3dacef507b987ed316aec2b0d684317.patch"; - sha256 = "sha256-LHJ11mtBn8hRU97+Lz9ugPTTGUAxrPz7yvyxqNOAYKY="; - }) ./001-add-nixpkgs-retroarch-cores.patch ];