about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-09-13 05:44:24 -0700
committerGitHub <noreply@github.com>2021-09-13 05:44:24 -0700
commit174a55ab08dbd61f36d67cffd1834402532cffc2 (patch)
tree3eca6592417d3876e25e06ae21b3b68447d19edd /pkgs/misc/emulators
parent7a3646885315f79ea1efaa0d396414d92d4acac1 (diff)
parenta280f014c57bbe951fb6e9722f8a7d476b355084 (diff)
Merge pull request #137593 from r-ryantm/auto-update/punes
punes: unstable-2021-07-19 -> unstable-2021-09-11
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/punes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/punes/default.nix b/pkgs/misc/emulators/punes/default.nix
index d3ad2f681997d..b4bdb6d28922d 100644
--- a/pkgs/misc/emulators/punes/default.nix
+++ b/pkgs/misc/emulators/punes/default.nix
@@ -19,13 +19,13 @@
 
 mkDerivation rec {
   pname = "punes";
-  version = "unstable-2021-07-19";
+  version = "unstable-2021-09-11";
 
   src = fetchFromGitHub {
     owner = "punesemu";
     repo = "puNES";
-    rev = "15ab85dabb220889419df0c249c06f3db2b09dc0";
-    sha256 = "1w0c5lfdl9ha4sxxva6hcpcaa444px6x25471q37l69n71rmjpy8";
+    rev = "60ca36fcb066c41d0b3f2b550ca94dc7d12d84d6";
+    sha256 = "JOi6AE1bpAc/wj9fQqHrUNc6vceeUyP0phT2f9kcJTY=";
   };
 
   postPatch = ''