From c38dcc9958442bff114a613d9cf3f249df097976 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Apr 2024 17:27:21 +0000 Subject: [PATCH] ripes: 2.2.6-unstable-2024-04-02 -> 2.2.6-unstable-2024-04-04 --- pkgs/applications/emulators/ripes/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/ripes/default.nix b/pkgs/applications/emulators/ripes/default.nix index e6451f89c5c3..d1ebaf34be25 100644 --- a/pkgs/applications/emulators/ripes/default.nix +++ b/pkgs/applications/emulators/ripes/default.nix @@ -14,14 +14,14 @@ stdenv.mkDerivation rec { pname = "ripes"; # Pulling unstable version as latest stable does not build against gcc-13. - version = "2.2.6-unstable-2024-04-02"; + version = "2.2.6-unstable-2024-04-04"; src = fetchFromGitHub { owner = "mortbopet"; repo = "Ripes"; - rev = "027e678a44b7b9f3e81e5b6863b0d68af05fd69c"; + rev = "878087332afa3558dc8ca657f80a16ecdcf82818"; fetchSubmodules = true; - hash = "sha256-u6JxXCX1BMdbHTF7EBGEnXOV+eF6rgoZZcHqB/1nVjE="; + hash = "sha256-aNJTM/s4GNhWVXQxK1R/rIN/NmeKglibQZMh8ENjIzo="; }; nativeBuildInputs = [