about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-13 15:03:52 +0800
committerGitHub <noreply@github.com>2022-03-13 15:03:52 +0800
commite6a768fa505df3c5cd906ab5da26beefb0cfa105 (patch)
treec18a8b0b05e0c758326719328b020f5576be37e7 /pkgs/applications/emulators
parent0cfd97997f8621d92f1bfabdc296ddd22392e082 (diff)
parent420a68da4ec2ed2d2af626653cae8af93fefa9d3 (diff)
downloadnixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar.gz
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar.bz2
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar.lz
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar.xz
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.tar.zst
nixlib-e6a768fa505df3c5cd906ab5da26beefb0cfa105.zip
Merge pull request #163268 from r-ryantm/auto-update/fceux
fceux: 2.6.2 -> 2.6.3
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 9289fb081f01..0247a10f0e54 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.2";
+  version = "2.6.3";
 
   src = fetchFromGitHub {
     owner = "TASEmulators";
     repo = pname;
     rev = "${pname}-${version}";
-    sha256 = "sha256-yQX58m/sMW/8Jr5cm2SrVXTiF7qyZOgOZg1v0qEyiLw=";
+    sha256 = "sha256-jNR9AB8s2S9ehYsompkV2GOLsaXIQzldeQ1WRCxdDG0=";
   };
 
   nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];