mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #327379 from thiagokokada/snes9x-bump
snes9x: 1.62.3-unstable-2024-04-22 -> 1.63
This commit is contained in:
commit
819835ba3b
@ -31,14 +31,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "snes9x" + lib.optionalString withGtk "-gtk";
|
||||
version = "1.62.3-unstable-2024-04-22";
|
||||
version = "1.63";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "snes9xgit";
|
||||
repo = "snes9x";
|
||||
rev = "582128bce7ccf4e3cf7848ae9f6a729a1ebad4c4";
|
||||
rev = finalAttrs.version;
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-fJ1g/L7oA9bhEawTsWjfLl1dDIKEGI+pcpWQCTutyR8=";
|
||||
hash = "sha256-INMVyB3alwmsApO7ToAaUWgh7jlg2MeLxqHCEnUO88U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -102,6 +102,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = let
|
||||
interface = if withGtk then "GTK" else "X11";
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user