about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 23:35:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 23:35:44 +0000
commita8d96b8b9902be561baad7a1d221ad6806805836 (patch)
tree1756c29f38ee81a7b85cde4ecd111e2c759ee4f5
parentcef50cde2bd337c795159e8b26c7c246206b6740 (diff)
ripes: 2.2.4 -> 2.2.5
-rw-r--r--pkgs/applications/emulators/ripes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/ripes/default.nix b/pkgs/applications/emulators/ripes/default.nix
index 8167c785013bf..e95b22d07f555 100644
--- a/pkgs/applications/emulators/ripes/default.nix
+++ b/pkgs/applications/emulators/ripes/default.nix
@@ -12,14 +12,14 @@
 
 mkDerivation rec {
   pname = "ripes";
-  version = "2.2.4";
+  version = "2.2.5";
 
   src = fetchFromGitHub {
     owner = "mortbopet";
     repo = "Ripes";
     rev = "v${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-Aal2A4xypzaY7Oa+boIrXk7ITNKnh5OZIP7DkJjcGu4=";
+    sha256 = "sha256-HdvLi3OKJmr+U/dxCGmq6JR91dWpUL3uoPumH2/B46k=";
   };
 
   nativeBuildInputs = [