about summary refs log tree commit diff
path: root/pkgs/applications/emulators/ripes
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 21:22:49 +0000
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-09 21:33:55 +0100
commit2d8f26a08fb9fe32447396ee919686b98668f6ef (patch)
treebc6789221e5a41e3c588380216bbf68f09dabac8 /pkgs/applications/emulators/ripes
parente4e6b7e542c6f50419b32563278acf05494c7d11 (diff)
ripes: 2.2.6-unstable-2024-01-02 -> 2.2.6-unstable-2024-03-03
Diffstat (limited to 'pkgs/applications/emulators/ripes')
-rw-r--r--pkgs/applications/emulators/ripes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/ripes/default.nix b/pkgs/applications/emulators/ripes/default.nix
index e1438b1d0a806..4717a1b0601d7 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-01-02";
+  version = "2.2.6-unstable-2024-03-03";
 
   src = fetchFromGitHub {
     owner = "mortbopet";
     repo = "Ripes";
-    rev = "0faf41b669a93a1944707cd7d111a5e9241425fe";
+    rev = "b71f0ddd5d2d346cb97b28fd3f70fef55bb9b6b7";
     fetchSubmodules = true;
-    hash = "sha256-3+jibS1mGYBy9jmucytc7GvB1ZKRfh7aXtDty77hA3k=";
+    hash = "sha256-zQrrWBHNIacRoAEIjR0dlgUTncBCiodcBeT/wbDClWg=";
   };
 
   nativeBuildInputs = [