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
|
# Darwin dependencies
|
||||||
, libicns
|
, libicns
|
||||||
, darwin
|
, darwin
|
||||||
|
, unstableGitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "higan";
|
pname = "higan";
|
||||||
version = "115+unstable=2021-08-18";
|
version = "115-unstable-2023-11-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "higan-emu";
|
owner = "higan-emu";
|
||||||
repo = "higan";
|
repo = "higan";
|
||||||
rev = "9bf1b3314b2bcc73cbc11d344b369c31562aff10";
|
rev = "993368d917cb750107390effe2cd394ba8710208";
|
||||||
hash = "sha256-HZItJ97x20OjFKv2OVbMja7g+c1ZXcgcaC/XDe3vMZM=";
|
hash = "sha256-D21DFLnYl2J4JhwmVmEKHhtglZWxVBrl/kOcvxJYbnA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -132,6 +133,8 @@ stdenv.mkDerivation rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater {};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/higan-emu/higan";
|
homepage = "https://github.com/higan-emu/higan";
|
||||||
description = "An open-source, cycle-accurate multi-system emulator";
|
description = "An open-source, cycle-accurate multi-system emulator";
|
||||||
|
|
Loading…
Reference in a new issue