Skip to content

Commit 34883cd

Browse files
authored
emulationstation-de: 3.1.0 -> 3.1.1 (#365405)
2 parents 942b2e8 + b82824f commit 34883cd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pkgs/by-name/em/emulationstation-de/package.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "emulationstation-de";
23-
version = "3.1.0";
23+
version = "3.1.1";
2424

2525
src = fetchzip {
2626
url = "https://gitlab.com/es-de/emulationstation-de/-/archive/v${finalAttrs.version}/emulationstation-de-v${finalAttrs.version}.tar.gz";
27-
hash = "sha256-v9nOY9T5VOVLBUKoDXqwYa1iYvW42iGA+3kpPUOmHkg=";
27+
hash = "sha256-pQHT/BEtIWc8tQXPjU5KFt8jED+4IqcZR+VMmAFc940=";
2828
};
2929

3030
patches = [
31-
(fetchpatch {
32-
name = "fix-buffer-overflow-detection-with-gcc-fortification";
33-
url = "https://gitlab.com/es-de/emulationstation-de/-/commit/41fd33fdc3dacef507b987ed316aec2b0d684317.patch";
34-
sha256 = "sha256-LHJ11mtBn8hRU97+Lz9ugPTTGUAxrPz7yvyxqNOAYKY=";
35-
})
3631
./001-add-nixpkgs-retroarch-cores.patch
3732
];
3833

0 commit comments

Comments
 (0)