about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-03 19:27:15 +0800
committerGitHub <noreply@github.com>2024-04-03 19:27:15 +0800
commit7320f655a93da43699b2320682ca75f4c10a4d95 (patch)
treef4a51c4babca1cc124c01bbb94c2b6cf4de4fef9
parente5d24adb24d74df1cd54fd3690d7c28ee6a3cdeb (diff)
parent2275d54d337d89724276ede52167530d404545f0 (diff)
Merge pull request #301177 from wineee/r/auto-update/ripes
ripes: 2.2.6-unstable-2024-03-03 -> 2.2.6-unstable-2024-04-02
-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 4717a1b0601d7..e6451f89c5c3d 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-03-03";
+  version = "2.2.6-unstable-2024-04-02";
 
   src = fetchFromGitHub {
     owner = "mortbopet";
     repo = "Ripes";
-    rev = "b71f0ddd5d2d346cb97b28fd3f70fef55bb9b6b7";
+    rev = "027e678a44b7b9f3e81e5b6863b0d68af05fd69c";
     fetchSubmodules = true;
-    hash = "sha256-zQrrWBHNIacRoAEIjR0dlgUTncBCiodcBeT/wbDClWg=";
+    hash = "sha256-u6JxXCX1BMdbHTF7EBGEnXOV+eF6rgoZZcHqB/1nVjE=";
   };
 
   nativeBuildInputs = [