Merge pull request #7784 from seppeljordan/emulationstation

Update emulationstation 2.0.0.rc1 -> 2.0.1a

+4 -4
+4 -4
pkgs/misc/emulators/emulationstation/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 name = "emulationstation-${version}"; 6 - version = "2.0.0-rc1"; 7 8 src = fetchFromGitHub { 9 owner = "Aloshi"; 10 repo = "EmulationStation"; 11 - rev = "8739519e1591819cab85e1d2056804d20c197dac"; 12 - sha256 = "1psq5cqyq2yy1lqxrcj7pfp8szfmzhamxf3111l97w2h2zzcgvq9"; 13 }; 14 15 buildInputs = [ pkgconfig cmake alsaLib boost curl eigen freeimage freetype libarchive mesa SDL2 ]; ··· 25 maintainers = [ stdenv.lib.maintainers.edwtjo ]; 26 license = stdenv.lib.licenses.mit; 27 }; 28 - }
··· 3 4 stdenv.mkDerivation rec { 5 name = "emulationstation-${version}"; 6 + version = "2.0.1a"; 7 8 src = fetchFromGitHub { 9 owner = "Aloshi"; 10 repo = "EmulationStation"; 11 + rev = "646bede3d9ec0acf0ae378415edac136774a66c5"; 12 + sha256 = "0cm0sq2wri2l9cvab1l0g02za59q7klj0h3p028vr96n6njj4w9v"; 13 }; 14 15 buildInputs = [ pkgconfig cmake alsaLib boost curl eigen freeimage freetype libarchive mesa SDL2 ]; ··· 25 maintainers = [ stdenv.lib.maintainers.edwtjo ]; 26 license = stdenv.lib.licenses.mit; 27 }; 28 + }