summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 06:14:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 06:14:57 +0000
commit420a68da4ec2ed2d2af626653cae8af93fefa9d3 (patch)
tree32f74b14db20aff3dcac8b7cdb26c4488cfaa9c5 /pkgs/applications/emulators
parentf22969e855ddb6e4b29d15962912e1aaa7a63bdf (diff)
downloadnixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar.gz
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar.bz2
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar.lz
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar.xz
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.tar.zst
nixpkgs-420a68da4ec2ed2d2af626653cae8af93fefa9d3.zip
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 9289fb081f0..0247a10f0e5 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 ];