Merge pull request #208394 from r-ryantm/auto-update/ares

ares: 130.1 -> 131

authored by

Anderson Torres and committed by
GitHub
a3463841 33bd4c9c

+2 -2
+2 -2
pkgs/applications/emulators/bsnes/ares/default.nix
··· 24 24 in 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "ares"; 27 - version = "130.1"; 27 + version = "131"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "ares-emulator"; 31 31 repo = "ares"; 32 32 rev = "v${finalAttrs.version}"; 33 - hash = "sha256-q2wDpbNaDyKPBL20FDaHScKQEJYstlQdJ4CzbRoSPlk="; 33 + hash = "sha256-gex53bh/175/i0cMimcPO26C6cxqQGPo4sp2bxh1sAw="; 34 34 }; 35 35 36 36 patches = [