Merge pull request #287463 from trofi/higan-gcc-13-fix-update
higan: 115+unstable=2021-08-18 -> 115-unstable-2023-11-13
This commit is contained in:
commit
848ceda707
1 changed files with 6 additions and 3 deletions
|
@ -18,17 +18,18 @@
|
|||
# Darwin dependencies
|
||||
, libicns
|
||||
, darwin
|
||||
, unstableGitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "higan";
|
||||
version = "115+unstable=2021-08-18";
|
||||
version = "115-unstable-2023-11-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "higan-emu";
|
||||
repo = "higan";
|
||||
rev = "9bf1b3314b2bcc73cbc11d344b369c31562aff10";
|
||||
hash = "sha256-HZItJ97x20OjFKv2OVbMja7g+c1ZXcgcaC/XDe3vMZM=";
|
||||
rev = "993368d917cb750107390effe2cd394ba8710208";
|
||||
hash = "sha256-D21DFLnYl2J4JhwmVmEKHhtglZWxVBrl/kOcvxJYbnA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -132,6 +133,8 @@ stdenv.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/higan-emu/higan";
|
||||
description = "An open-source, cycle-accurate multi-system emulator";
|
||||
|
|
Loading…
Reference in a new issue