From 3d6ae762e772ee84d801bb7e58f6e34c27d91505 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Apr 2023 14:51:26 +0000 Subject: [PATCH] snes9x-gtk: 1.62.1 -> 1.62.3 --- pkgs/applications/emulators/snes9x/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/snes9x/default.nix b/pkgs/applications/emulators/snes9x/default.nix index a504af87aba6..82efe6b42af4 100644 --- a/pkgs/applications/emulators/snes9x/default.nix +++ b/pkgs/applications/emulators/snes9x/default.nix @@ -33,14 +33,14 @@ stdenv.mkDerivation rec { "snes9x-gtk" else "snes9x"; - version = "1.62.1"; + version = "1.62.3"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; rev = version; fetchSubmodules = true; - hash = "sha256-y/tNJmmgigMEqjBWLyqxM/GQ2jcu4YXZjP0AbIjoPLg="; + hash = "sha256-+KHpvz7nfwGXjzDAK/V+2JDRT1sa0kXDkg7XcRyvSP8="; }; nativeBuildInputs = [