about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 05:18:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 05:18:44 +0000
commitb6124a6283041411fc8454d5800af499ad82fe94 (patch)
tree0ec5c880b5b2a9753e7e980463b4db67438bc35b /pkgs/applications/emulators
parent55544a3fd9ec7b018281b20ec0b0c8f29a1b46c3 (diff)
xemu: 0.7.84 -> 0.7.85
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/xemu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/xemu/default.nix b/pkgs/applications/emulators/xemu/default.nix
index bc3828fc03a19..099fc5acca221 100644
--- a/pkgs/applications/emulators/xemu/default.nix
+++ b/pkgs/applications/emulators/xemu/default.nix
@@ -27,13 +27,13 @@
 
 stdenv.mkDerivation (self: {
   pname = "xemu";
-  version = "0.7.84";
+  version = "0.7.85";
 
   src = fetchFromGitHub {
     owner = "xemu-project";
     repo = "xemu";
     rev = "v${self.version}";
-    hash = "sha256-pEXjwoQKbMmVNYCnh5nqP7k0acYOAp8SqxYZwPzVwDY=";
+    hash = "sha256-sVUkB2KegdKlHlqMvSwB1nLdJGun2x2x9HxtNHnpp1s=";
     fetchSubmodules = true;
   };