ares: 130.1 -> 131

This commit is contained in:
R. Ryantm
2022-12-30 18:41:07 +00:00
parent 3d7270abd5
commit 4907c94717
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ares";
version = "130.1";
version = "131";
src = fetchFromGitHub {
owner = "ares-emulator";
repo = "ares";
rev = "v${finalAttrs.version}";
hash = "sha256-q2wDpbNaDyKPBL20FDaHScKQEJYstlQdJ4CzbRoSPlk=";
hash = "sha256-gex53bh/175/i0cMimcPO26C6cxqQGPo4sp2bxh1sAw=";
};
patches = [