File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
pkgs/by-name/em/emulationstation-de Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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
You can’t perform that action at this time.
0 commit comments