about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 12:59:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 12:59:36 +0000
commit91e609911882246017ec8e03930297276b79618d (patch)
tree959e9dfe43b73ba089f7e07cbbbccc819c6bad41 /pkgs/applications/emulators
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
downloadnixlib-91e609911882246017ec8e03930297276b79618d.tar
nixlib-91e609911882246017ec8e03930297276b79618d.tar.gz
nixlib-91e609911882246017ec8e03930297276b79618d.tar.bz2
nixlib-91e609911882246017ec8e03930297276b79618d.tar.lz
nixlib-91e609911882246017ec8e03930297276b79618d.tar.xz
nixlib-91e609911882246017ec8e03930297276b79618d.tar.zst
nixlib-91e609911882246017ec8e03930297276b79618d.zip
fceux: 2.6.3 -> 2.6.4
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/fceux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/fceux/default.nix b/pkgs/applications/emulators/fceux/default.nix
index 0247a10f0e54..e48f1cf7d56c 100644
--- a/pkgs/applications/emulators/fceux/default.nix
+++ b/pkgs/applications/emulators/fceux/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fceux";
-  version = "2.6.3";
+  version = "2.6.4";
 
   src = fetchFromGitHub {
     owner = "TASEmulators";
     repo = pname;
     rev = "${pname}-${version}";
-    sha256 = "sha256-jNR9AB8s2S9ehYsompkV2GOLsaXIQzldeQ1WRCxdDG0=";
+    sha256 = "sha256-Q6r/iBlmi0z40+U6OLZCahS0io4IBBGZMP1mJH7szRM=";
   };
 
   nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];