about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorIvarWithoutBones <ivar.scholten@protonmail.com>2021-02-08 19:45:37 +0100
committerIvarWithoutBones <ivar.scholten@protonmail.com>2021-02-08 19:45:37 +0100
commitf7d56b349d250ea52fec589c8c66df04a4ae43a8 (patch)
tree813a617bf875b6177f2c145a1adbc0c1d2c47422 /pkgs/misc/emulators
parent094362a35a9bab597961b85d6710c4ddb5078405 (diff)
downloadnixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar.gz
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar.bz2
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar.lz
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar.xz
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.tar.zst
nixlib-f7d56b349d250ea52fec589c8c66df04a4ae43a8.zip
ppsspp: 1.10.3 -> 1.11
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/ppsspp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/ppsspp/default.nix b/pkgs/misc/emulators/ppsspp/default.nix
index 87dacd46d576..a50bc3eb3ec8 100644
--- a/pkgs/misc/emulators/ppsspp/default.nix
+++ b/pkgs/misc/emulators/ppsspp/default.nix
@@ -16,14 +16,14 @@
 
 mkDerivation rec {
   pname = "ppsspp";
-  version = "1.10.3";
+  version = "1.11";
 
   src = fetchFromGitHub {
     owner = "hrydgard";
     repo = pname;
     rev = "v${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-W41Poq5S+opkasIGYo13SQZWQF1HjfFnH7u9DW5HNA0=";
+    sha256 = "19948jzqpclf8zfzp3k7s580xfjgqcyfwlcp7x7xj8h8lyypzymx";
   };
 
   postPatch = ''