about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-11 18:10:02 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-11 18:10:45 +1000
commite5d48c9096a4fbe39f6080293eae86fbd700ae51 (patch)
tree50038810a6d1d930cad282633c2443319d6f8587 /pkgs/applications/emulators
parent4f3a074422623781034daf8b1a966ee556587539 (diff)
citra: fix hash
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/citra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/citra/default.nix b/pkgs/applications/emulators/citra/default.nix
index 56a763b05bba6..41a018d9ea92e 100644
--- a/pkgs/applications/emulators/citra/default.nix
+++ b/pkgs/applications/emulators/citra/default.nix
@@ -10,7 +10,7 @@ let
   compat-list = fetchurl {
     name = "citra-compat-list";
     url = "https://web.archive.org/web/20230807103651/https://api.citra-emu.org/gamedb/";
-    hash = "sha256-Ma1SXgzhyMHa/MeoYuf8b+QYPjhoQEeKklLbGbkHwEk=";
+    hash = "sha256-J+zqtWde5NgK2QROvGewtXGRAWUTNSKHNMG6iu9m1fU=";
   };
 in {
   nightly = qt6Packages.callPackage ./generic.nix rec {